summaryrefslogtreecommitdiffstats
path: root/config/cmake/CTestCustom.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-11-18 21:34:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-11-18 21:34:04 (GMT)
commit144e7a600c7db5a5ba23db882d7c1d6f758d82d2 (patch)
treef644532d6432befb9f87d5a5a9164dfe1cae5c6a /config/cmake/CTestCustom.cmake
parentd82d2e981acb7506fcc6856f3deab9499bbf5fd6 (diff)
downloadhdf5-144e7a600c7db5a5ba23db882d7c1d6f758d82d2.zip
hdf5-144e7a600c7db5a5ba23db882d7c1d6f758d82d2.tar.gz
hdf5-144e7a600c7db5a5ba23db882d7c1d6f758d82d2.tar.bz2
HDFFV-10962 add VS2019 support
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!