Skip to content

Commit

Permalink
Use parentheses
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron committed May 30, 2020
1 parent 5d25332 commit cdd83f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_security/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ if(BUILD_TESTING)
# TODO(mikaelarguedas) only Connext and FastRTPS support DDS-Security for now
# TODO(jacobperron) Disable Connext on Windows until we fix issue with CI
if(
rmw_implementation STREQUAL "rmw_connext_cpp" AND NOT WIN32 OR
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" AND NOT WIN32 OR
(rmw_implementation STREQUAL "rmw_connext_cpp" AND NOT WIN32) OR
(rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" AND NOT WIN32) OR
rmw_implementation STREQUAL "rmw_fastrtps_cpp" OR
rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp"
)
Expand Down

0 comments on commit cdd83f8

Please sign in to comment.