]> Creatis software - gdcm.git/blobdiff - CMakeLists.txt
ENH: Adding support for removing warnings from the dashboard.
[gdcm.git] / CMakeLists.txt
index 86f8d6d2b9530f670d2b227fc0c2f711cab4e240..7fb8b8d92df901cb762b45af477f7362b53f99c7 100644 (file)
@@ -200,6 +200,8 @@ INSTALL_FILES(/include .h gdcmConfigure.h)
 OPTION(BUILD_TESTING "Build testing." ON)
 
 IF(BUILD_TESTING)
+  CONFIGURE_FILE(${GDCM_SOURCE_DIR}/CMake/CTestCustom.ctest.in
+      ${GDCM_BINARY_DIR}/CMake/CTestCustom.ctest @ONLY)
   ENABLE_TESTING()
   INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
   MARK_AS_ADVANCED(DART_ROOT)