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

Skip to content

Commit 1844468

Browse files
improvement BehaviorTree#79
1 parent ad5dfc2 commit 1844468

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ target_include_directories(${BEHAVIOR_TREE_LIBRARY} PUBLIC
168168
$<INSTALL_INTERFACE:3rdparty>
169169
${BUILD_TOOL_INCLUDE_DIRS})
170170

171+
if( ZMQ_FOUND )
172+
target_compile_definitions(${BEHAVIOR_TREE_LIBRARY} PUBLIC ZMQ_FOUND)
173+
endif()
174+
171175
if(MSVC)
172176
target_compile_options(${BEHAVIOR_TREE_LIBRARY} PRIVATE /W4 /WX)
173177
else()

0 commit comments

Comments
 (0)