mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[CMAKE]
- fix cmake version check svn path=/branches/cmake-bringup/; revision=51153
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
|
||||
if(${CMAKE_VERSION} VERSION_GREATER "2.8.2")
|
||||
if(${CMAKE_VERSION} VERSION_GREATER "2.8.3")
|
||||
# Shadow cmake provided modules
|
||||
cmake_policy(SET CMP0017 OLD)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user