Removed unnecessary condition in cmake

This commit is contained in:
Alexis Pojomovsky 2018-12-05 17:37:21 -03:00
parent 316c62d20d
commit 46e2911d45

View file

@ -146,16 +146,8 @@ if(BUILD_TESTING)
endif()
endif()
endif()
if(
rmw_implementation STREQUAL "rmw_connext_cpp" OR
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" OR
rmw_implementation STREQUAL "rmw_fastrtps_cpp" OR
rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp"
)
custom_test_c(rcl_action
"test/rcl_action/test_action_communication.cpp")
endif()
custom_test_c(rcl_action
"test/rcl_action/test_action_communication.cpp")
endmacro()
call_for_each_rmw_implementation(targets)