mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Make compile with old CMake.
This commit is contained in:
parent
e648f23e18
commit
b49b05f209
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ endif()
|
||||||
cmake_policy( SET CMP0023 OLD )
|
cmake_policy( SET CMP0023 OLD )
|
||||||
|
|
||||||
# Keep cmake 3.0 quiet
|
# Keep cmake 3.0 quiet
|
||||||
if( ${CMAKE_VERSION} VERSION_LESS "3.0.0" )
|
if( "${CMAKE_VERSION}" VERSION_LESS "3.0.0" )
|
||||||
cmake_policy( SET CMP0043 OLD )
|
cmake_policy( SET CMP0043 OLD )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue