Author: akhaldi
Date: Sat Oct 18 13:13:20 2014
New Revision: 64801

URL: http://svn.reactos.org/svn/reactos?rev=64801&view=rev
Log:
[CMAKE]
* Let the minimum required CMake version be 2.8.12 so that *cough* people with 
old RosBE would be warned to update it! (I'm looking at you, Arch).

Modified:
    trunk/reactos/CMakeLists.txt

Modified: trunk/reactos/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=64801&r1=64800&r2=64801&view=diff
==============================================================================
--- trunk/reactos/CMakeLists.txt        [iso-8859-1] (original)
+++ trunk/reactos/CMakeLists.txt        [iso-8859-1] Sat Oct 18 13:13:20 2014
@@ -1,5 +1,5 @@
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.12)
 
 if(POLICY CMP0017)
     # Shadow cmake provided modules


Reply via email to