From 589cf38a365bd6453d93be27ee2b824cf9e6c7d6 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 18 Jun 2002 16:43:29 -0400 Subject: [PATCH] fixed another bug --- Modules/Dart.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index e60bb9d4f..065cbadec 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")