diff --git a/CMakeLists.txt b/CMakeLists.txt index 935b1d7a3..c8b4f208b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,6 @@ 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 CMP0043 OLD ) -include( MacroOptionalFindPackage ) include( FeatureSummary ) set( QT_VERSION 5.6.0 )