File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.1)
22project (grid_map_core)
33
44set (CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} " )
5-
5+ add_compile_options (-Wall -Wextra -Wpedantic)
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
77
88## Find catkin macros and libraries
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.1)
22project (grid_map_costmap_2d)
33
44set (CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} " )
5-
5+ add_compile_options (-Wall -Wextra -Wpedantic)
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
77
88## Find catkin macros and libraries
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.1)
22project (grid_map_cv)
33
44set (CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} " )
5-
5+ add_compile_options (-Wall -Wextra -Wpedantic)
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
77
88## Find catkin macros and libraries
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.1)
22project (grid_map_demos)
33
44set (CMAKE_CXX_STANDARD 11)
5-
5+ add_compile_options (-Wall -Wextra -Wpedantic)
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
77
88## Find catkin macros and libraries
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD 11)
99# We want performance (fast-math) but also need a representation for NaN values to represent missing values.
1010# Therefore, we disable the finite-math-only flag that was set by fast-math.
1111set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ffast-math -fno-finite-math-only" )
12-
12+ add_compile_options (-Wall -Wextra -Wpedantic)
1313set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
1414
1515# Other possible options.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.1)
22project (grid_map_loader)
33
44set (CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} " )
5-
5+ add_compile_options (-Wall -Wextra -Wpedantic)
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
77
88## Find catkin macros and libraries
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.1)
22project (grid_map_octomap)
33
44set (CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} " )
5-
5+ add_compile_options (-Wall -Wextra -Wpedantic)
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
77
88## Find catkin macros and libraries
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.1)
22project (grid_map_ros)
33
44set (CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} " )
5-
5+ add_compile_options (-Wall -Wextra -Wpedantic)
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
77
88## Find catkin macros and libraries
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.1)
22project (grid_map_rviz_plugin)
33
44set (CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} " )
5-
5+ add_compile_options (-Wall -Wextra -Wpedantic)
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
77
88find_package (catkin REQUIRED
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.1)
22project (grid_map_sdf)
33
44set (CMAKE_CXX_FLAGS "-std=c++14 ${CMAKE_CXX_FLAGS} " )
5-
5+ add_compile_options (-Wall -Wextra -Wpedantic)
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
77
88## Find catkin macros and libraries
You can’t perform that action at this time.
0 commit comments