Skip to content

Commit

Permalink
revert 17 to 14 for ROS1 msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN committed Nov 4, 2024
1 parent e1a478e commit 9cfcba7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions carma_debug_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
cmake_minimum_required(VERSION 3.5)
project(carma_debug_msgs)

## Compile as c++17, supported in ROS Noetic and newer
add_compile_options(-std=c++17)
## Compile as c++14, supported in ROS Noetic and newer
add_compile_options(-std=c++14)

find_package(carma_cmake_common REQUIRED)
carma_check_ros_version(1)
Expand Down
4 changes: 2 additions & 2 deletions cav_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
cmake_minimum_required(VERSION 3.5)
project(cav_msgs)

## Compile as c++17, supported in ROS Noetic and newer
add_compile_options(-std=c++17)
## Compile as c++14, supported in ROS Noetic and newer
add_compile_options(-std=c++14)

find_package(carma_cmake_common REQUIRED)
carma_check_ros_version(1)
Expand Down
4 changes: 2 additions & 2 deletions cav_srvs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
cmake_minimum_required(VERSION 3.5)
project(cav_srvs)

## Compile as c++17, supported in ROS Noetic and newer
# add_compile_options(-std=c++17)
## Compile as c++14, supported in ROS Noetic and newer
# add_compile_options(-std=c++14)

find_package(carma_cmake_common REQUIRED)
carma_check_ros_version(1)
Expand Down

0 comments on commit 9cfcba7

Please sign in to comment.