https://git.reactos.org/?p=reactos.git;a=commitdiff;h=99ba355e7f0cfc7e1e5f82...
commit 99ba355e7f0cfc7e1e5f82e792e8fada8aba1d60 Author: Thomas Faber thomas.faber@reactos.org AuthorDate: Sun Mar 11 19:56:49 2018 +0100 Commit: Thomas Faber thomas.faber@reactos.org CommitDate: Fri Mar 30 20:28:27 2018 +0200
[CMAKE] Disallow use of LOCATION. CORE-14509 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt index f752a8eb18..bd98d3ac47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif()
if(POLICY CMP0026) # Allow use of the LOCATION property - cmake_policy(SET CMP0026 OLD) + cmake_policy(SET CMP0026 NEW) endif()
if(POLICY CMP0051)