We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce40eea commit 9e12ccaCopy full SHA for 9e12cca
rosbag2_storage_broll/CMakeLists.txt
@@ -7,14 +7,6 @@ endif()
7
8
if("$ENV{ROS_DISTRO}" STREQUAL "humble")
9
add_compile_definitions(ROS2_HUMBLE)
10
-elseif("$ENV{ROS_DISTRO}" STREQUAL "jazzy")
11
- add_compile_definitions(ROS2_JAZZY)
12
-elseif("$ENV{ROS_DISTRO}" STREQUAL "kilted")
13
- add_compile_definitions(ROS2_KILTED)
14
-elseif("$ENV{ROS_DISTRO}" STREQUAL "rolling")
15
- add_compile_definitions(ROS2_ROLLING)
16
-else()
17
- message(FATAL_ERROR "Unhandled ROS distro $ENV{ROS_DISTRO}")
18
endif()
19
20
# find dependencies
0 commit comments