mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-24 07:58:22 -04:00
Shut up cmake 3.0
This commit is contained in:
parent
e9d7e3eca6
commit
c3fe6026f2
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ endif()
|
|||
|
||||
cmake_policy( SET CMP0023 OLD )
|
||||
|
||||
# Keep cmake 3.0 quiet
|
||||
cmake_policy( SET CMP0043 OLD )
|
||||
|
||||
find_package( Qt5 5.3.0 CONFIG REQUIRED Core Gui Widgets LinguistTools )
|
||||
find_package( YamlCpp 0.5.1 REQUIRED )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue