summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-04-13 22:38:50 +0000
committerAntonin Descampe <antonin@gmail.com>2011-04-13 22:38:50 +0000
commit6aaaa3eae28d82e3a2c34e0bd57d027be0685869 (patch)
tree1b616558a699117a50d2230744632e82e64bb196 /CMake
parent16f205d886407d087fbaa5d00ff31e371f97cb51 (diff)
changed the directory hierarchy of the whole project. See README files for details.
Diffstat (limited to 'CMake')
-rw-r--r--CMake/CTestCustom.cmake.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
deleted file mode 100644
index 00ad6670..00000000
--- a/CMake/CTestCustom.cmake.in
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# For further details regarding this file,
-# see http://www.vtk.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest
-#
-
-SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS 50)
-SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 50)
-
-SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
- ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
-
- # Exclude files from the Testing directories
- ".*/Testing/.*"
- )
-
-SET(CTEST_CUSTOM_WARNING_EXCEPTION
- ${CTEST_CUSTOM_WARNING_EXCEPTION}
-
- # Suppress warning caused by intentional messages about deprecation
- ".*warning,.* is deprecated"
-)