summaryrefslogtreecommitdiffstats
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
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 8d60603..70d33a0 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -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)