mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[CMAKE] Use NEW policy for CMP0058. CORE-17109
This commit is contained in:
parent
dadc59f135
commit
94073cc1d9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue