fixed another bug

This commit is contained in:
Ken Martin 2002-06-18 16:43:29 -04:00
parent 5b82069645
commit 589cf38a36
1 changed files with 1 additions and 1 deletions

View File

@ -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")