Skip to content

Commit

Permalink
c++14 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebot authored Dec 13, 2016
1 parent b144d6c commit 18b08d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ if(TARGET test_error_handling)
target_link_libraries(test_error_handling pthread)
endif()
if(NOT WIN32)
set_target_properties(test_error_handling PROPERTIES COMPILE_FLAGS "-std=c++11")
set_target_properties(test_error_handling PROPERTIES COMPILE_FLAGS "-std=c++14")
endif()
endif()

0 comments on commit 18b08d8

Please sign in to comment.