Skip to content

Commit d317e69

Browse files
committed
Improve message. This code path doesn't really mean we're using conan, it just means we're not using ament.
1 parent 76b22a6 commit d317e69

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
@@ -93,7 +93,7 @@ if ( ament_cmake_FOUND )
9393
include(cmake/ament_build.cmake)
9494
else()
9595
message(STATUS "------------------------------------------")
96-
message(STATUS "BehaviorTree is being built with conan.")
96+
message(STATUS "BehaviorTree is being built without AMENT.")
9797
message(STATUS "------------------------------------------")
9898
include(cmake/conan_build.cmake)
9999
endif()

0 commit comments

Comments
 (0)