]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Requested CMake version >= 2.8.4
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Feb 2011 15:42:30 +0000 (15:42 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Feb 2011 15:42:30 +0000 (15:42 +0000)
14 files changed:
CMakeLists.txt
cmake/ALICE_CMake.cmake
cmake/CMakeDA.cmake
cmake/CMakelinux.cmake
cmake/CMakelinuxalphagcc.cmake
cmake/CMakelinuxia64gcc.cmake
cmake/CMakelinuxx8664gcc.cmake
cmake/FindAMORE.cmake
cmake/FindCPack.cmake
cmake/FindDATE.cmake
cmake/FindGEANT3.cmake
cmake/FindROOT.cmake
cmake/FindRuleChecker.cmake
cmake/Module.tmp

index 78d5f24c3a45333e856bc2fbe41ff8980c5a618c..f985f4f9ddc9737392d29002abea254059dbe53f 100644 (file)
@@ -6,7 +6,7 @@
 #         Port of previous Makefile build to cmake
 
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 #--------------------------------------------------------------------------------#
 # Set Basic CMake Configuration                                                  #
index 5d04bad5cfa519168160ba3b62be554889e8ea7e..2b8718d57a3fbe87e1b1af9a269a1df597a48f56 100644 (file)
@@ -5,7 +5,7 @@
 # Author: Johny Jose (johny.jose@cern.ch)
 #         Port of previous Makefile build to cmake
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 macro(ALICE_DevFlagsOutput)
 
index c20e04f2d838077b0a0a08902548faabd6a3189a..0b829bf02eb5ea39aa57f993313535ce6fe2f624 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.2 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 # -----------Utilities--------------------
 
index 1ceb7c19e62e6b75a0255bc6575e23dad87241aa..718f7911c6c5cf465c55ac05f489831cbb766e2c 100644 (file)
@@ -6,7 +6,7 @@
 #--------------------------------------------------------------------------------#
 
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 #Retrieve Compiler Version
 
index e0e62220aa11c23683f53c57131de39dfe30d2af..53ecdecba51c6e8f57926bf8b6d29be39f0fa33a 100644 (file)
@@ -6,7 +6,7 @@
 #--------------------------------------------------------------------------------#
 
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 #Retrieve Compiler Version
 
index eb8ba5ac6ac925ae7b8db6fabb2217232af1b4f4..ef2727b6e3c7e27e4ca2af02bb67fb9f8533ae00 100644 (file)
@@ -6,7 +6,7 @@
 #--------------------------------------------------------------------------------#
 
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 #Retrieve Compiler Version
 
index 8cd3a030fff358a7214df0846915ea7772ef070d..8263364b68c19b1b74fdaa08d131133165c0380a 100644 (file)
@@ -8,7 +8,7 @@
 #--------------------------------------------------------------------------------#
 
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 #Retrieve Compiler Version
 
index fc6a55cc7b3a55bcab07523d47eda26fa754f1fe..693154ff5adeebc67fd40a2034fa2ceb24faa3f3 100644 (file)
@@ -3,7 +3,7 @@
 # Author: Johny Jose (johny.jose@cern.ch)
 #         Port of previous Makefile build to cmake
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 find_program(AMORE_CONFIG NAMES amore-config)
 if(AMORE_CONFIG)
index 42de3277ec11084a573e7ed0e9ee74ba3ce45842..393931e5f9642031832400ef9b91484125559482 100644 (file)
@@ -3,7 +3,7 @@
 # Author: Johny Jose m(johny.jose@cern.ch)
 #         Port of previous Makefile build to cmake
 
-cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 get_filename_component(__cmake_path ${CMAKE_COMMAND} PATH)
 find_program(CPACK_COMMAND cpack ${__cmake_path})
index 47e448a1ee0091e6e77249d5614e471caafcc1c3..2966b109f29564a3ab580c999574749ea1963217 100644 (file)
@@ -3,7 +3,7 @@
 # Author: Johny Jose (johny.jose@cern.ch)
 #         Port of previous Makefile build to cmake
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 find_program(DATE_CONFIG date-config)
 message(STATUS "Check for Date : ${DATE_CONFIG}")
index ee926ac7219775c648e010b5fbe7e94a1b6c3291..ebe99985eaddf8b1ee58443a93dc79f9d99bbe2a 100644 (file)
@@ -3,7 +3,7 @@
 # Author: Johny Jose (johny.jose@cern.ch)
 #         Port of previous Makefile build to cmake
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 set(GEANT3DIR $ENV{GEANT3DIR})
 ALICE_RootConfig(GEANT3_PLATFORM --arch)
index 9e9e666f52b2622f039cd6ff239fe3f97a377b38..bf7f070a4dedbf57b8accf2713a58a5f475b5366 100644 (file)
@@ -3,7 +3,7 @@
 # Author: Johny Jose m(johny.jose@cern.ch)
 #         Port of previous Makefile build to cmake
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 set(ROOTSYS $ENV{ROOTSYS} CACHE STRING "" FORCE)
 if(NOT ROOTSYS)
index d64902bc7a9a536c5288780a186cacfdf84b1dea..5d6b343968f9050d62ab9f22c9ddde4e399758ed 100644 (file)
@@ -5,7 +5,7 @@
 # Author: Johny Jose (johny.jose@cern.ch)
 #         Port of previous Makefile build to cmake
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 find_program(RULECHECKER_SRCML NAMES src2srcml)
 message(STATUS "Check for src2srcml: ${RULECHECKER_SRCML}")
index fc5149977f573671858499f0ab519e826ecdda42..7501acd4497a0a5e3af5f01c780fc3ab582dfcc3 100644 (file)
@@ -3,7 +3,7 @@
 # Author: Johny Jose m(johny.jose@cern.ch)
 #         Port of previous Makefile build to cmake
 
-cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
 file(GLOB PACKAGES CMake*.pkg)