summaryrefslogtreecommitdiff
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-14 11:15:34 -0400
committerBrad King <brad.king@kitware.com>2019-03-14 11:15:34 -0400
commitdd8c2f3e574673b452830a69555680042c0c5cc0 (patch)
treef87ccda14b2e8cd384fe4f825abab87c0d862e5e /Source/QtDialog
parent32a569e8771311348306f15644bfa048ee183892 (diff)
downloadcmake-dd8c2f3e574673b452830a69555680042c0c5cc0.tar.gz
cmake-gui: Drop code not needed with current required CMake version
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
index 9ce0323844..cb89d19fd9 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)