mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +00:00
[CMAKE]
- fix cmake version check svn path=/branches/cmake-bringup/; revision=51153
This commit is contained in:
parent
04410bf196
commit
e8a0827c67
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue