Skip to content

Commit 286c8a6

Browse files
committed
fix issue #492 (Threads::Threads)
1 parent d0d04cf commit 286c8a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,9 @@ else()
196196
endif()
197197

198198
target_link_libraries(${BEHAVIOR_TREE_LIBRARY}
199-
PUBLIC
199+
PRIVATE
200200
Threads::Threads
201201
${CMAKE_DL_LIBS}
202-
PRIVATE
203202
$<BUILD_INTERFACE:foonathan::lexy>
204203
)
205204

0 commit comments

Comments
 (0)