Skip to content

Commit 9e12cca

Browse files
committed
Remove extra defs since not needed
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
1 parent ce40eea commit 9e12cca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

rosbag2_storage_broll/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ endif()
77

88
if("$ENV{ROS_DISTRO}" STREQUAL "humble")
99
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}")
1810
endif()
1911

2012
# find dependencies

0 commit comments

Comments
 (0)