* Allow the use of the LOCATION property with new CMake versions.

svn path=/trunk/; revision=64894
This commit is contained in:
Amine Khaldi 2014-10-22 16:56:56 +00:00
parent f47eeb21ab
commit c094a9b51f

View file

@ -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