Skip to content

Commit

Permalink
[ROS-O] Drop obsolete C++ standard definition (#235)
Browse files Browse the repository at this point in the history
modern gtest breaks without c++14
  • Loading branch information
v4hn authored Sep 30, 2023
1 parent e7025cf commit 3e4fede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
cmake_minimum_required(VERSION 3.0.2)
project(geometric_shapes)

add_compile_options(-std=c++11)

# Set compile options
set(PROJECT_COMPILE_OPTIONS
-Wall
Expand Down

0 comments on commit 3e4fede

Please sign in to comment.