https://git.reactos.org/?p=reactos.git;a=commitdiff;h=94073cc1d963f729578e0…
commit 94073cc1d963f729578e02f6895f156bc7398019
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Sat Jun 6 22:57:30 2020 +0200
Commit: Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Sat Jun 20 15:25:27 2020 +0200
[CMAKE] Use NEW policy for CMP0058. CORE-17109
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d2c5fcf639b..826eeb983a5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ endif()
if(POLICY CMP0058)
# Ninja requires custom command byproducts to be explicit
- cmake_policy(SET CMP0058 OLD)
+ cmake_policy(SET CMP0058 NEW)
endif()
if(POLICY CMP0065)