Skip to content

Commit e9e0630

Browse files
Remove C++11 standard flag from CMakeLists.txt
Remove C++11 standard flag from CMakeLists.txt
1 parent 5ed258d commit e9e0630

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/CMakeLists.txt b/CMakeLists.txt
2+
index c20199fe..1af9b8e1 100644
3+
--- a/CMakeLists.txt
4+
+++ b/CMakeLists.txt
5+
@@ -1,8 +1,6 @@
6+
cmake_minimum_required(VERSION 3.5.1)
7+
project(grid_map_ros)
8+
9+
-set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
10+
-
11+
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
12+
13+
## Find catkin macros and libraries

0 commit comments

Comments
 (0)