Version: Remove check for existence of CVS repository

This commit is contained in:
Stephen Kelly 2016-08-22 23:46:01 +02:00 committed by Brad King
parent 11e0ceaeab
commit ef13efab56
1 changed files with 0 additions and 7 deletions

View File

@ -29,11 +29,4 @@ if(EXISTS ${CMake_SOURCE_DIR}/.git/HEAD)
endif()
endif()
endif()
elseif(EXISTS ${CMake_SOURCE_DIR}/CVS/Repository)
file(READ ${CMake_SOURCE_DIR}/CVS/Repository repo)
set(branch "")
if("${repo}" MATCHES "\\.git/([^\r\n]*)")
set(branch "${CMAKE_MATCH_1}")
endif()
set(CMake_VERSION_SOURCE "cvs${branch}")
endif()