[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 22 Oct 2014 16:56:56 +0000 (16:56 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 22 Oct 2014 16:56:56 +0000 (16:56 +0000)
* Allow the use of the LOCATION property with new CMake versions.

svn path=/trunk/; revision=64894

reactos/CMakeLists.txt

index a5f5645..152d0c0 100644 (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