]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - cmake/FindFASTJET.cmake
Moving required CMake version from 2.8.4 to 2.8.8
[u/mrichter/AliRoot.git] / cmake / FindFASTJET.cmake
index adf5e2589e3ed33ed31e7559216a87db2cd1be9b..beb56cf4de3ed147ce5c0a777e5b46cd361f2029 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Simple first version; checks env variables and fastjet-config; verifies that fastjet/PseudoJet.hh exists
 
-cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
 
 # FASTJET_ROOT is a legacy env variable; could be removed
 if (NOT FASTJET)