summaryrefslogtreecommitdiff
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-01 14:30:10 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-01 14:30:10 -0500
commit058b07b5c706c788358658e73810e6bd281c5c87 (patch)
tree99bc61792f2a9a6f9c6dd90c6e251f4cbd07fff1 /Modules/Dart.cmake
parentce403305e170800a94c0f193ac3b463da5b21a9d (diff)
downloadcmake-058b07b5c706c788358658e73810e6bd281c5c87.tar.gz
BUG: Change error to warning
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 2ef1c1dac2..d3d788adf0 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]")