Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7cf281

Browse files
Update CMakeLists.txt
1 parent e580d11 commit c7cf281

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
@@ -27,7 +27,7 @@ option(BUILD_TOOLS "Build commandline tools" ON)
2727

2828
#############################################################
2929
# Find packages
30-
find_package(Threads REQUIRED)
30+
find_package(Threads)
3131
find_package(ZMQ)
3232

3333
list(APPEND BEHAVIOR_TREE_EXTERNAL_LIBRARIES

0 commit comments

Comments
 (0)