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

main
Adriaan de Groot 8 years ago
parent aba0f6f8ca
commit 5a1a02197d

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

Loading…
Cancel
Save