summaryrefslogtreecommitdiffstats
path: root/config/cmake/CTestCustom.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-23 19:49:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-23 19:49:05 (GMT)
commit9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f (patch)
tree6c4ea1273b555ee4de5bcdc5e7f5fc6d098fb4d2 /config/cmake/CTestCustom.cmake
parent20292df3675e5cb4296d743f435bbbe1a3136f2b (diff)
downloadhdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.zip
hdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.tar.gz
hdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.tar.bz2
Fix MPI test depends
Diffstat (limited to 'config/cmake/CTestCustom.cmake')
-rw-r--r--config/cmake/CTestCustom.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index a05f906..7ee5737 100644
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -11,8 +11,8 @@
#
set (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000)
# Allow full output to go to CDash set to 0
-SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 50000)
-SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 50000)
+set (CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 50000)
+set (CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 50000)
# WARNING! This could be a lot of output and could overwhelm CDash and the
# MySQL DB so this might not be a good idea!