Skip to content

Commit

Permalink
[topic/ros2] ROS in capital letters
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Vaillant <joris.vaillant@gmail.com>
  • Loading branch information
EtienneAr and jorisv authored Jan 13, 2025
1 parent 7950706 commit 56c458c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ option(BUILD_UTILS "Build the utils" OFF)
option(BUILD_PYTHON_INTERFACE "Build the Python bindings" ON)
option(GENERATE_PYTHON_STUBS "Generate the Python stubs associated to the Python library" OFF)
option(BUILD_WITH_COMMIT_VERSION "Build libraries by setting specific commit version" OFF)
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

if(DEFINED BUILD_UNIT_TESTS)
message(
Expand Down

0 comments on commit 56c458c

Please sign in to comment.