summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-06-18 20:43:29 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-06-18 20:43:29 (GMT)
commit589cf38a365bd6453d93be27ee2b824cf9e6c7d6 (patch)
tree46be90e58cac382ba3344b97530443cb54cfe525 /Modules
parent5b820696454acedf0e0e80e216fb2de03c6995e7 (diff)
downloadCMake-589cf38a365bd6453d93be27ee2b824cf9e6c7d6.zip
CMake-589cf38a365bd6453d93be27ee2b824cf9e6c7d6.tar.gz
CMake-589cf38a365bd6453d93be27ee2b824cf9e6c7d6.tar.bz2
fixed another bug
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Dart.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index e60bb9d..065cbad 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -153,7 +153,7 @@ IF(BUILD_TESTING)
${TCL_TCLSH} ${DART_ROOT}/Source/Client/DashboardManager.tcl ${PROJECT_BINARY_DIR}/DartConfiguration.tcl Nightly DashboardStart)
ADD_CUSTOM_TARGET(NightlyDashboardEnd
${TCL_TCLSH} ${DART_ROOT}/Source/Client/DashboardManager.tcl ${PROJECT_BINARY_DIR}/DartConfiguration.tcl Nightly DashboardEnd)
- ENDIF (UNIX)
+ ENDIF (${CMAKE_BUILD_TOOL} MATCHES make)
ELSE(TCL_TCLSH)
MESSAGE("Could not find TCL_TCLSH, disabling testing." "Error")