diff --git a/CMakeLists.txt b/CMakeLists.txt index 1457b2a41..7f48d89fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )