Browse Source

CMake 2.8.2 is now required to build CTK

The custom ExternalProject.cmake module has been removed.
Jean-Christophe Fillion-Robin 14 years ago
parent
commit
9c655e6ff2
2 changed files with 1 additions and 1088 deletions
  1. 0 1087
      CMake/ExternalProject.cmake
  2. 1 1
      CMakeLists.txt

File diff suppressed because it is too large
+ 0 - 1087
CMake/ExternalProject.cmake


+ 1 - 1
CMakeLists.txt

@@ -18,7 +18,7 @@
 #
 ###########################################################################
 
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.2)
 
 #-----------------------------------------------------------------------------
 # See http://cmake.org/cmake/help/cmake-2-8-docs.html#section_Policies for details