CMake: since 3.2 is required, no need for the check
This commit is contained in:
parent
aba0f6f8ca
commit
5a1a02197d
@ -44,11 +44,7 @@ endif()
|
|||||||
|
|
||||||
cmake_policy( SET CMP0023 OLD )
|
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
|
cmake_policy( SET CMP0028 NEW ) # double colons in KF5::Foo and Qt5::Foo are necessarily IMPORTED or ALIAS targets, don't search further
|
||||||
|
cmake_policy( SET CMP0043 OLD )
|
||||||
# Keep cmake 3.0 quiet
|
|
||||||
if( POLICY CMP0043 )
|
|
||||||
cmake_policy( SET CMP0043 OLD )
|
|
||||||
endif()
|
|
||||||
|
|
||||||
include( MacroOptionalFindPackage )
|
include( MacroOptionalFindPackage )
|
||||||
include( MacroLogFeature )
|
include( MacroLogFeature )
|
||||||
|
Loading…
Reference in New Issue
Block a user