Skip to content

Commit 26d0e3c

Browse files
committedNov 23, 2022
fix
1 parent 762e6d9 commit 26d0e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ if (WIN32)
199199
list(APPEND BT_SOURCE src/shared_library_WIN.cpp )
200200
endif()
201201

202-
if (BUILD_SHARED_LIBS)
202+
if (BTCPP_SHARED_LIBS)
203203
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
204204
add_library(${BEHAVIOR_TREE_LIBRARY} SHARED ${BT_SOURCE})
205205
else()

0 commit comments

Comments
 (0)
Please sign in to comment.