From: Amine Khaldi Date: Wed, 22 Oct 2014 16:56:56 +0000 (+0000) Subject: [CMAKE] X-Git-Tag: backups/tcpip_revolution@71025~347 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=c094a9b51f1532f013d9c8173e4ae31798e96a27 [CMAKE] * Allow the use of the LOCATION property with new CMake versions. svn path=/trunk/; revision=64894 --- diff --git a/reactos/CMakeLists.txt b/reactos/CMakeLists.txt index a5f5645866a..152d0c05686 100644 --- a/reactos/CMakeLists.txt +++ b/reactos/CMakeLists.txt @@ -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