aboutsummaryrefslogtreecommitdiffhomepage
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-02-15 12:39:45 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-02-15 12:39:45 +0100
commit2f15f74218616ed82f61577ae4f9e650cd239cc6 (patch)
treea892917f6a412594dc56bc6843e36de7ef6f078b /CTestCustom.cmake.in
parent578d6f7cedef14e677c7e0793de3e9d1dcc32941 (diff)
CTEST_CUSTOM_* parameter have to be put in a CTestCustum.cmake file which itself has to be in the build directory
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
new file mode 100644
index 000000000..3b2bacaa0
--- /dev/null
+++ b/CTestCustom.cmake.in
@@ -0,0 +1,4 @@
+
+## A tribute to Dynamic!
+set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "33331")
+set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "33331")