* Sync up to trunk head (r64894).
[reactos.git] / 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