summaryrefslogtreecommitdiffstats
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
authorIan Scott <ian.m.scott@stud.man.ac.uk>2002-10-11 15:22:16 (GMT)
committerIan Scott <ian.m.scott@stud.man.ac.uk>2002-10-11 15:22:16 (GMT)
commit7d907a9a6132521990c61175fd1e5fece9b76490 (patch)
tree98abc4fa43777b1fd3d23d755b5e9ffcd9725f4d /Modules/Dart.cmake
parenta8d038dbd0c64a22d35c10c71f4b59da1cadc3f4 (diff)
downloadCMake-7d907a9a6132521990c61175fd1e5fece9b76490.zip
CMake-7d907a9a6132521990c61175fd1e5fece9b76490.tar.gz
CMake-7d907a9a6132521990c61175fd1e5fece9b76490.tar.bz2
Add option to control number of errors sent to dashbaord
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r--Modules/Dart.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index c18ece6..e168eca 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -28,6 +28,8 @@ IF(BUILD_TESTING)
# to be defined by cmake
SET(MAKEPROGRAM ${CMAKE_MAKE_PROGRAM})
OPTION(VERBOSE_BUILD "Show the actual output of the build, or if off show a . for each 1024 bytes." "OFF")
+ OPTION(BUILD_ERROR_REPORT_LIMIT "Limit of reported errors, -1 reports all." -1 )
+ OPTION(BUILD_WARNING_REPORT_LIMIT "Limit of reported warnings, -1 reports all." -1 )
FIND_PROGRAM(CVSCOMMAND cvs )
SET(CVS_UPDATE_OPTIONS "-d -A -P" CACHE STRING "Options passed to the cvs update command.")
@@ -58,6 +60,8 @@ IF(BUILD_TESTING)
MARK_AS_ADVANCED(
VERBOSE_BUILD
+ BUILD_WARNING_REPORT_LIMIT
+ BUILD_ERROR_REPORT_LIMIT
SITE
BUILDNAME
MAKECOMMAND