mirror of
https://github.com/reactos/reactos.git
synced 2025-01-15 08:03:53 +08:00
[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). svn path=/trunk/; revision=64801
This commit is contained in:
parent
e2a846bea8
commit
2ebfae067a
@ -1,5 +1,5 @@
|
||||
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
if(POLICY CMP0017)
|
||||
# Shadow cmake provided modules
|
||||
|
Loading…
Reference in New Issue
Block a user