aboutsummaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-09-23 19:50:27 +0000
committerjulie <julielangou@users.noreply.github.com>2011-09-23 19:50:27 +0000
commit55890ddab92fce814bf0ec9452be220f72a7af5d (patch)
tree6181a5add43765ed9d4985874007c549dbcd1fe2 /CTestCustom.cmake.in
parent46e1b19474b5150ce94f35cc0ec52e08c729985c (diff)
Improve CMAKE BUILD system and OUTPUT PARSING when not all precisions are needed.
The following variables will control the precision to be built: BUILD_SINGLE BUILD_DOUBLE BUILD_COMPLEX BUILD_COMPLEX16 For mixed precision SINGLE/DOUBLE routines, both BUILD_SINGLE and BUILD_DOUBLE needs to be on. (same for COMPLEX/COMPLEX16)
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index f8e7671d..bbdeadb7 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -43,4 +43,4 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"Character string truncated to length 1 on assignment"
)
-SET(CTEST_CUSTOM_POST_TEST "./lapack_testing.py -s -d Testing") \ No newline at end of file
+SET(CTEST_CUSTOM_POST_TEST "./lapack_testing.py -s -d TESTING") \ No newline at end of file