Skip to content

Commit

Permalink
Bugfix: Drop out of the right loop
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiko committed Dec 6, 2021
1 parent 311e6ff commit e00912e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/macros/macro_deal_ii_pickup_tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,6 @@ Comparison operator \"=\" expected for boolean match.\n"
ENDIF()
ENDIF()

IF(_skip_test)
CONTINUE() # next test
ENDIF()

#
# Process version constraints:
#
Expand All @@ -303,6 +299,10 @@ Comparison operator \"=\" expected for boolean match.\n"
ENDIF()
ENDFOREACH()

IF(_skip_test)
CONTINUE()
ENDIF()

#
# We've made it all the way to here, which means that we actually
# want to define the test
Expand Down

0 comments on commit e00912e

Please sign in to comment.