diff --git a/rmw/test/CMakeLists.txt b/rmw/test/CMakeLists.txt index ff63281c..3e4f0b17 100644 --- a/rmw/test/CMakeLists.txt +++ b/rmw/test/CMakeLists.txt @@ -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