summaryrefslogtreecommitdiffstats
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-12-06 16:52:52 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-12-06 16:52:52 (GMT)
commit2b8e16e59c3bfe41482820d8d5d0a3ddbbbb3fbf (patch)
tree2b2d24f39313f7ecf4ad73080af9df4f3f2b88ba /Modules/Dart.cmake
parent6a04c387eb82ebb9bce915fdd047769bad907ce7 (diff)
downloadCMake-2b8e16e59c3bfe41482820d8d5d0a3ddbbbb3fbf.zip
CMake-2b8e16e59c3bfe41482820d8d5d0a3ddbbbb3fbf.tar.gz
CMake-2b8e16e59c3bfe41482820d8d5d0a3ddbbbb3fbf.tar.bz2
better use of modules
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r--Modules/Dart.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index d659cc7..34edff1 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -35,7 +35,7 @@ IF(BUILD_TESTING)
FIND_PROGRAM(PURIFYCOMMAND purify DOC "Path to Rational purify command, used for memory error detection.")
# find a tcl shell command
- INCLUDE(${CMAKE_ROOT}/Modules/FindTCL.cmake)
+ INCLUDE(${CMAKE_ROOT}/Modules/FindTclsh.cmake)
FIND_PROGRAM(HOSTNAME hostname /usr/bsd /usr/sbin /usr/bin /bin /sbin)
FIND_PROGRAM(NSLOOKUP nslookup /usr/bin /usr/sbin /usr/local/bin)