Skip to content

Commit

Permalink
c++14 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Jan 4, 2017
1 parent db5b40c commit a822567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_index_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
project(ament_index_cpp)

if(NOT WIN32)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wall -Wextra")
endif()

find_package(ament_cmake REQUIRED)
Expand Down

0 comments on commit a822567

Please sign in to comment.