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

Skip to content

Commit 94e3716

Browse files
author
Michael Jeronimo
committed
Add a couple comments
1 parent a6f1734 commit 94e3716

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
@@ -35,12 +35,16 @@ endif()
3535

3636
set(BEHAVIOR_TREE_LIBRARY ${PROJECT_NAME})
3737

38+
# Update the policy setting to avoid an error when loading the ament_cmake package
39+
# at the current cmake version level
3840
cmake_policy(SET CMP0057 NEW)
3941
find_package(ament_cmake)
4042

4143
if ( ament_cmake_FOUND )
4244
find_package(ament_cmake_gtest REQUIRED)
4345

46+
# Not adding -DUSING_ROS since xml_parsing.cpp hasn't been ported to ROS2
47+
4448
message(STATUS "------------------------------------------")
4549
message(STATUS "BehaviourTree is being built using AMENT.")
4650
message(STATUS "------------------------------------------")

0 commit comments

Comments
 (0)