Skip to content

Commit b2c5145

Browse files
committed
revert changes
1 parent e6ed709 commit b2c5145

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
@@ -121,9 +121,8 @@ elseif( CATKIN_DEVEL_PREFIX OR CATKIN_BUILD_BINARY_PACKAGE)
121121

122122
list(APPEND BEHAVIOR_TREE_PUBLIC_LIBRARIES ${catkin_LIBRARIES})
123123
set(BUILD_TOOL_INCLUDE_DIRS ${catkin_INCLUDE_DIRS})
124-
endif()
125124

126-
if(BTCPP_UNIT_TESTS)
125+
elseif(BTCPP_UNIT_TESTS)
127126
if(${CMAKE_VERSION} VERSION_LESS "3.11.0")
128127
find_package(GTest REQUIRED)
129128
else()

0 commit comments

Comments
 (0)