Skip to content

Commit d241a73

Browse files
authored
c++14 (#287)
1 parent cc98d00 commit d241a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ find_package(rosidl_generator_cpp REQUIRED)
1212
find_package(rosidl_typesupport_cpp REQUIRED)
1313

1414
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
15-
set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-std=c++11")
15+
set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-std=c++14")
1616
add_compile_options(-Wall -Wextra -Wpedantic)
1717
endif()
1818

0 commit comments

Comments
 (0)