From 289e24e9aad3f08d59e9f4434d14bb390ed96279 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 20 Feb 2022 16:57:42 -0600 Subject: [PATCH] CMake: Fix typo --- tests/run_performance_tests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5