We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf71f39 commit f0bf41fCopy full SHA for f0bf41f
champ_base/CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 2.8.3)
2
project(champ_base)
3
4
-add_compile_options(-std=c++11)
+add_compile_options(-std=c++17)
5
6
find_package(catkin
7
REQUIRED
champ_gazebo/CMakeLists.txt
@@ -2,7 +2,7 @@
project(champ_gazebo)
find_package(gazebo REQUIRED)
8
0 commit comments