Skip to content

Commit 56c458c

Browse files
EtienneArjorisv
andauthored
[topic/ros2] ROS in capital letters
Co-authored-by: Joris Vaillant <[email protected]>
1 parent 7950706 commit 56c458c

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
@@ -118,7 +118,7 @@ option(BUILD_UTILS "Build the utils" OFF)
118118
option(BUILD_PYTHON_INTERFACE "Build the Python bindings" ON)
119119
option(GENERATE_PYTHON_STUBS "Generate the Python stubs associated to the Python library" OFF)
120120
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
121+
option(BUILDING_ROS2_PACKAGE "Allow the package to be found using the AMENT system present in ROS 2" ON) # ON for backward compatibility
122122

123123
if(DEFINED BUILD_UNIT_TESTS)
124124
message(

0 commit comments

Comments
 (0)