summaryrefslogtreecommitdiff
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-26 18:28:27 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-26 18:28:27 -0500
commiteecf4b9cbf86e64d48f0fa3eb3eb622cb5d366b0 (patch)
treeb363ca85f505b2cd720700bcb71fa47f45459346 /Modules/Dart.cmake
parent3e24edcd04234c20a5c3045a7af9ff482fd61a45 (diff)
downloadcmake-eecf4b9cbf86e64d48f0fa3eb3eb622cb5d366b0.tar.gz
ENH: add advanced variable types and command line wizard gui
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r--Modules/Dart.cmake9
1 files changed, 5 insertions, 4 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index 2866e032ef..fe3ae8efe1 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -28,10 +28,11 @@ IF(BUILD_TESTING)
# to be defined by cmake
SET(MAKEPROGRAM ${CMAKE_MAKE_PROGRAM})
FIND_PROGRAM(CVSCOMMAND cvs )
- FIND_PROGRAM(COMPRESSIONCOMMAND NAMES gzip compress zip )
- FIND_PROGRAM(GUNZIPCOMMAND gunzip )
- FIND_PROGRAM(JAVACOMMAND java )
- FIND_PROGRAM(PURIFYCOMMAND purify )
+ FIND_PROGRAM(COMPRESSIONCOMMAND NAMES gzip compress zip
+ DOC "Path to program used to compress files for transfer to the dart server")
+ FIND_PROGRAM(GUNZIPCOMMAND gunzip DOC "Path to gunzip executable")
+ FIND_PROGRAM(JAVACOMMAND java DOC "Path to java command, used by the Dart server to create html.")
+ FIND_PROGRAM(PURIFYCOMMAND purify DOC "Path to Rational purify command, used for memory error detection.")
# find a tcl shell command
IF (UNIX)