Skip to content

Commit f0bf41f

Browse files
committed
updated from c+11 to c+17 to avoid std errors
1 parent cf71f39 commit f0bf41f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

champ_base/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8.3)
22
project(champ_base)
33

4-
add_compile_options(-std=c++11)
4+
add_compile_options(-std=c++17)
55

66
find_package(catkin
77
REQUIRED

champ_gazebo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 2.8.3)
33
project(champ_gazebo)
44

5-
add_compile_options(-std=c++11)
5+
add_compile_options(-std=c++17)
66

77
find_package(gazebo REQUIRED)
88

0 commit comments

Comments
 (0)