mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 00:18:22 -04:00
CMP0043 doesn't apply <3.0.0
This commit is contained in:
parent
0436aa0ea0
commit
e648f23e18
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ endif()
|
|||
cmake_policy( SET CMP0023 OLD )
|
||||
|
||||
# Keep cmake 3.0 quiet
|
||||
cmake_policy( SET CMP0043 OLD )
|
||||
if( ${CMAKE_VERSION} VERSION_LESS "3.0.0" )
|
||||
cmake_policy( SET CMP0043 OLD )
|
||||
endif()
|
||||
|
||||
include( MacroOptionalFindPackage )
|
||||
include( MacroLogFeature )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue