mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[CMAKE] Disallow use of LOCATION. CORE-14509
This commit is contained in:
parent
f9e1e23dab
commit
99ba355e7f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue