We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3080805 commit 60ba093Copy full SHA for 60ba093
test_security/CMakeLists.txt
@@ -269,10 +269,9 @@ if(BUILD_TESTING)
269
endif()
270
271
# TODO(mikaelarguedas) only Connext and FastRTPS support DDS-Security for now
272
- # TODO(jacobperron) Disable Connext on Windows until we fix issue with CI
273
if(
274
- (rmw_implementation STREQUAL "rmw_connext_cpp" AND NOT WIN32) OR
275
- (rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" AND NOT WIN32) OR
+ rmw_implementation STREQUAL "rmw_connext_cpp" OR
+ rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" OR
276
rmw_implementation STREQUAL "rmw_fastrtps_cpp" OR
277
rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp"
278
)
0 commit comments