CMake: since 3.2 is required, no need for the check

This commit is contained in:
Adriaan de Groot 2017-06-27 04:56:38 -04:00
parent aba0f6f8ca
commit 5a1a02197d

View File

@ -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
# Keep cmake 3.0 quiet
if( POLICY CMP0043 )
cmake_policy( SET CMP0043 OLD ) cmake_policy( SET CMP0043 OLD )
endif()
include( MacroOptionalFindPackage ) include( MacroOptionalFindPackage )
include( MacroLogFeature ) include( MacroLogFeature )