We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589942e commit e6ed709Copy full SHA for e6ed709
CMakeLists.txt
@@ -121,8 +121,9 @@ elseif( CATKIN_DEVEL_PREFIX OR CATKIN_BUILD_BINARY_PACKAGE)
121
122
list(APPEND BEHAVIOR_TREE_PUBLIC_LIBRARIES ${catkin_LIBRARIES})
123
set(BUILD_TOOL_INCLUDE_DIRS ${catkin_INCLUDE_DIRS})
124
+endif()
125
-elseif(BTCPP_UNIT_TESTS)
126
+if(BTCPP_UNIT_TESTS)
127
if(${CMAKE_VERSION} VERSION_LESS "3.11.0")
128
find_package(GTest REQUIRED)
129
else()
0 commit comments