From 5a1a02197dea71bb4e80ff074d73759eb300f811 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 27 Jun 2017 04:56:38 -0400 Subject: [PATCH] CMake: since 3.2 is required, no need for the check --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 )