Thanks to visit codestin.com Credit goes to github.com
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 a6f1734 commit 94e3716Copy full SHA for 94e3716
CMakeLists.txt
@@ -35,12 +35,16 @@ endif()
35
36
set(BEHAVIOR_TREE_LIBRARY ${PROJECT_NAME})
37
38
+# Update the policy setting to avoid an error when loading the ament_cmake package
39
+# at the current cmake version level
40
cmake_policy(SET CMP0057 NEW)
41
find_package(ament_cmake)
42
43
if ( ament_cmake_FOUND )
44
find_package(ament_cmake_gtest REQUIRED)
45
46
+ # Not adding -DUSING_ROS since xml_parsing.cpp hasn't been ported to ROS2
47
+
48
message(STATUS "------------------------------------------")
49
message(STATUS "BehaviourTree is being built using AMENT.")
50
0 commit comments