mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
BUG: Change error to warning
This commit is contained in:
+1
-1
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user