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 cc98d00 commit d241a73Copy full SHA for d241a73
rclcpp/CMakeLists.txt
@@ -12,7 +12,7 @@ find_package(rosidl_generator_cpp REQUIRED)
12
find_package(rosidl_typesupport_cpp REQUIRED)
13
14
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
15
- set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-std=c++11")
+ set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-std=c++14")
16
add_compile_options(-Wall -Wextra -Wpedantic)
17
endif()
18
0 commit comments