BUG: enable testing even if not tcl found

This commit is contained in:
Bill Hoffman 2001-07-18 10:17:17 -04:00
parent 21d634c525
commit 6c757d2715
1 changed files with 1 additions and 1 deletions

View File

@ -102,10 +102,10 @@ IF(BUILD_TESTING)
ADD_CUSTOM_TARGET(Experimental
${TCLSHCOMMAND} ${DART_ROOT}/Source/Client/DashboardManager.tcl ${PROJECT_BINARY_DIR}/DartConfiguration.tcl Experimental Start Build Test Submit)
ENABLE_TESTING()
ELSE(TCLSHCOMMAND)
MESSAGE("Could not find TCLSHCOMMAND, disabling testing." "Error")
ENDIF(TCLSHCOMMAND)
ENABLE_TESTING()
ENDIF (DART_ROOT)
ENDIF(BUILD_TESTING)