]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Drop out of the right loop pull/13019
authorMatthias Maier <tamiko@43-1.org>
Mon, 6 Dec 2021 23:45:33 +0000 (17:45 -0600)
committerMatthias Maier <tamiko@43-1.org>
Mon, 6 Dec 2021 23:45:33 +0000 (17:45 -0600)
cmake/macros/macro_deal_ii_pickup_tests.cmake

index 9803eac172620199e1c1109a1242ff49abad9ccf..68f5a54b63e4270b3696d4d0266276607db96c87 100644 (file)
@@ -278,10 +278,6 @@ Comparison operator \"=\" expected for boolean match.\n"
         ENDIF()
       ENDIF()
 
-      IF(_skip_test)
-        CONTINUE()   # next test
-      ENDIF()
-
       #
       # Process version constraints:
       #
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.