mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Enable CMake policy CMP0028.
This commit is contained in:
parent
804c0c141b
commit
3e4b19400a
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ if( CMAKE_COMPILER_IS_GNUCXX )
|
|||
endif()
|
||||
|
||||
cmake_policy( SET CMP0023 OLD )
|
||||
cmake_policy( SET CMP0028 NEW ) # double colons in KF5::Foo and Qt5::Foo are necessarily IMPORTED or ALIAS targets, don't search further
|
||||
|
||||
# Keep cmake 3.0 quiet
|
||||
if( POLICY CMP0043 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue