From: Matthias Maier Date: Sun, 20 Feb 2022 22:57:42 +0000 (-0600) Subject: CMake: Fix typo X-Git-Tag: v9.4.0-rc1~460^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13426%2Fhead;p=dealii.git CMake: Fix typo --- diff --git a/tests/run_performance_tests.cmake b/tests/run_performance_tests.cmake index 7181eb0935..c0bbadd97b 100644 --- a/tests/run_performance_tests.cmake +++ b/tests/run_performance_tests.cmake @@ -7,7 +7,7 @@ ENDMACRO() # By default we simply skip test submission to CDash SET(TRACK "Experimental") -SET_IF_EMPTY(SKIP_SUMBISSION TRUE) +SET_IF_EMPTY(SKIP_SUBMISSION TRUE) SET(CMAKE_BUILD_TYPE Release) SET(DEAL_II_COMPILE_EXAMPLES FALSE)