diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Dart.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index 2ef1c1d..d3d788a 100644 --- a/Modules/Dart.cmake +++ b/Modules/Dart.cmake @@ -88,7 +88,7 @@ IF(BUILD_TESTING) ENDIF(NOT UPDATE_TYPE) IF(NOT UPDATE_TYPE) - MESSAGE(SEND_ERROR "Cannot determine repository type. Please set UPDATE_TYPE to 'cvs' or 'svn'") + MESSAGE(STATUS "Cannot determine repository type. Please set UPDATE_TYPE to 'cvs' or 'svn'. CTest update will not work.") ENDIF(NOT UPDATE_TYPE) IF(UPDATE_TYPE MATCHES "[Cc][Vv][Ss]") |