mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[CMAKE]
* Allow the use of the LOCATION property with new CMake versions. svn path=/trunk/; revision=64894
This commit is contained in:
parent
f47eeb21ab
commit
c094a9b51f
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ if(POLICY CMP0017)
|
|||
cmake_policy(SET CMP0017 OLD)
|
||||
endif()
|
||||
|
||||
if(POLICY CMP0026)
|
||||
# Allow use of the LOCATION property
|
||||
cmake_policy(SET CMP0026 OLD)
|
||||
endif()
|
||||
|
||||
project(REACTOS)
|
||||
|
||||
# Versioning
|
||||
|
|
Loading…
Reference in a new issue