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 7950706 commit 56c458cCopy full SHA for 56c458c
CMakeLists.txt
@@ -118,7 +118,7 @@ option(BUILD_UTILS "Build the utils" OFF)
118
option(BUILD_PYTHON_INTERFACE "Build the Python bindings" ON)
119
option(GENERATE_PYTHON_STUBS "Generate the Python stubs associated to the Python library" OFF)
120
option(BUILD_WITH_COMMIT_VERSION "Build libraries by setting specific commit version" OFF)
121
-option(BUILDING_ROS2_PACKAGE "Allow the package to be found using the AMENT system present in ros 2" ON) # ON for backward compatibility
+option(BUILDING_ROS2_PACKAGE "Allow the package to be found using the AMENT system present in ROS 2" ON) # ON for backward compatibility
122
123
if(DEFINED BUILD_UNIT_TESTS)
124
message(
0 commit comments