summaryrefslogtreecommitdiffstats
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
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 2866e03..fe3ae8e 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)