From 56c458c665dbae84a3e9173eea8387a5b1ea217e Mon Sep 17 00:00:00 2001 From: EtienneAr <48348317+EtienneAr@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:04:07 +0100 Subject: [PATCH] [topic/ros2] ROS in capital letters Co-authored-by: Joris Vaillant --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ddb95345..3ce9aa68a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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(