mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
CMake: suppress install-path warnings with newer CMake
None of the edge cases that the policy is for are applicable.
This commit is contained in:
parent
c251be3ef3
commit
e6fa229b18
1 changed files with 3 additions and 0 deletions
|
@ -239,6 +239,9 @@ list(APPEND CMAKE_AUTOMOC_MACRO_NAMES
|
|||
"K_EXPORT_PLASMA_DATAENGINE_WITH_JSON"
|
||||
"K_EXPORT_PLASMA_RUNNER"
|
||||
)
|
||||
if(POLICY CMP0171)
|
||||
cmake_policy(SET CMP0177 NEW)
|
||||
endif()
|
||||
|
||||
# CMake Modules
|
||||
include(CMakePackageConfigHelpers)
|
||||
|
|
Loading…
Add table
Reference in a new issue