mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
Don't set CMP0043 on old CMake, take 3.
This commit is contained in:
parent
b49b05f209
commit
068c6e9f8a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ endif()
|
|||
cmake_policy( SET CMP0023 OLD )
|
||||
|
||||
# Keep cmake 3.0 quiet
|
||||
if( "${CMAKE_VERSION}" VERSION_LESS "3.0.0" )
|
||||
if( POLICY CMP0043 )
|
||||
cmake_policy( SET CMP0043 OLD )
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue