Skip to content

Commit

Permalink
From Pere:
Browse files Browse the repository at this point in the history
minimum required cmake version is now 2.8.


git-svn-id: https://root.cern.ch/svn/root/trunk@48526 27541ba8-7e3a-0410-8455-c3a389f83636
  • Loading branch information
rdm committed Feb 10, 2013
1 parent bf6e09d commit b50ca51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
#---Check if cmake has the required version-----------------------------------------------------
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
cmake_policy(SET CMP0005 NEW)
#---Set name of the project to "ROOT". Has to be done after check of cmake version--------------
project(ROOT)
Expand Down

0 comments on commit b50ca51

Please sign in to comment.