Explorar o código

COMP: support cmake 2.9

Julien Finet %!s(int64=15) %!d(string=hai) anos
pai
achega
9f3fced1be
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      SuperBuild.cmake

+ 0 - 6
SuperBuild.cmake

@@ -1,12 +1,6 @@
 SET(cmake_version_required "2.8")
-SET(cmake_version_required_regex "2.8.*")
 SET(cmake_version_required_dash "2-8")
 
-IF(NOT CMAKE_VERSION MATCHES "${cmake_version_required_regex}")
-  SET(err "error: CTK SuperBuild requires CMake version ${cmake_version_required}")
-  MESSAGE(FATAL_ERROR "${err}")
-ENDIF()
-
 CMAKE_MINIMUM_REQUIRED(VERSION ${cmake_version_required})
 
 #