From 5bc6bb5ff809886c9c8e6553264a160bece30576 Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Mon, 9 Nov 2015 16:04:37 -0500 Subject: [PATCH] ENH: Only place 35 headers in test for dashboard Use the older number for dashboards. This number was increased in ITK to reduce the number of targets for MSVC GUI, but for the nightly dashboard builds no GUI is used. Therefore, we ensure better converge of the headers for the nightly builds with a original and smaller number. --- itk_common.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/itk_common.cmake b/itk_common.cmake index d97d0413585..ff2f979d8f6 100644 --- a/itk_common.cmake +++ b/itk_common.cmake @@ -352,6 +352,7 @@ BUILDNAME:STRING=${CTEST_BUILD_NAME} CTEST_USE_LAUNCHERS:BOOL=${CTEST_USE_LAUNCHERS} DART_TESTING_TIMEOUT:STRING=${CTEST_TEST_TIMEOUT} ExternalData_OBJECT_STORES:STRING=${ExternalData_OBJECT_STORES} +MAXIMUM_NUMBER_OF_HEADERS:STRING=35 ${cache_build_type} ${cache_make_program} ${dashboard_cache}