From c094a9b51f1532f013d9c8173e4ae31798e96a27 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 22 Oct 2014 16:56:56 +0000 Subject: [PATCH] [CMAKE] * Allow the use of the LOCATION property with new CMake versions. svn path=/trunk/; revision=64894 --- reactos/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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