Skip to content

Commit

Permalink
fix and simplify comparison logic
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas committed Jul 25, 2019
1 parent 3f4c76c commit facb800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_communication/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ if(BUILD_TESTING)
endif()
if(
WIN32 AND
(rmw_implementation1_is_fastrtps OR rmw_implementation2_is_fastrtps) AND
NOT rmw_implementation1_is_fastrtps EQUAL rmw_implementation2_is_fastrtps
NOT "${rmw_implementation1_is_fastrtps}" STREQUAL "${rmw_implementation2_is_fastrtps}"
)
set(SKIP_TEST "SKIP_TEST")
endif()
Expand Down

0 comments on commit facb800

Please sign in to comment.