Skip to content

Commit

Permalink
Remove unnecessary c++14 flag. (#360)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Nov 13, 2023
1 parent 0924faf commit 9ad0ac4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rmw/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ if(TARGET test_validate_namespace)
if(UNIX AND NOT APPLE AND NOT ANDROID)
target_link_libraries(test_validate_namespace pthread)
endif()
if(NOT WIN32)
set_target_properties(test_validate_namespace PROPERTIES COMPILE_FLAGS "-std=c++14")
endif()
endif()

ament_add_gmock(test_topic_endpoint_info_array
Expand Down

0 comments on commit 9ad0ac4

Please sign in to comment.