diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-28 20:58:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-28 20:58:23 (GMT) |
commit | 9ee6b07295ae20a6b94806964d0786ee3e4ba7f5 (patch) | |
tree | be59af637fdfb2910ef6ec96d08fa01c74452f38 /Modules | |
parent | d14a2314e596d2eb1ef9a4c265e12505b9f36d11 (diff) | |
download | CMake-9ee6b07295ae20a6b94806964d0786ee3e4ba7f5.zip CMake-9ee6b07295ae20a6b94806964d0786ee3e4ba7f5.tar.gz CMake-9ee6b07295ae20a6b94806964d0786ee3e4ba7f5.tar.bz2 |
ENH: add VERBOSE_BUILD to options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Dart.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index fbeb8d3..7c3ea1c 100644 --- a/Modules/Dart.cmake +++ b/Modules/Dart.cmake @@ -27,6 +27,7 @@ IF(BUILD_TESTING) # make program just needs to use CMAKE_MAKE_PROGRAM which is required # 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") FIND_PROGRAM(CVSCOMMAND cvs ) SET(CVS_UPDATE_OPTIONS "-d -A -P" CACHE STRING "Options passed to the cvs update command.") @@ -56,6 +57,7 @@ IF(BUILD_TESTING) SET (DELIVER_CONTINUOUS_EMAIL "Off" CACHE BOOL "Should Dart server send email when build errors are found in Continuous builds?") MARK_AS_ADVANCED( + VERBOSE_BUILD SITE BUILDNAME MAKECOMMAND |