From dd8c2f3e574673b452830a69555680042c0c5cc0 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 14 Mar 2019 11:15:34 -0400 Subject: cmake-gui: Drop code not needed with current required CMake version --- Source/QtDialog/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt index 9ce0323..cb89d19 100644 --- a/Source/QtDialog/CMakeLists.txt +++ b/Source/QtDialog/CMakeLists.txt @@ -2,9 +2,6 @@ # file Copyright.txt or https://cmake.org/licensing for details. project(QtDialog) -if(POLICY CMP0020) - cmake_policy(SET CMP0020 NEW) # Drop when CMake >= 2.8.11 required -endif() CMake_OPTIONAL_COMPONENT(cmake-gui) find_package(Qt5Widgets QUIET) if (Qt5Widgets_FOUND) -- cgit v0.12