Skip to content

Commit 484ce3f

Browse files
author
earlaud
committed
[topic/ros2] BUILDING_ROS2_PACKAGE option set to default True in latest jrl-cmakemodules release
1 parent 28eb190 commit 484ce3f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ 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
122121

123122
if(DEFINED BUILD_UNIT_TESTS)
124123
message(

0 commit comments

Comments
 (0)