summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-15 14:14:43 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-03-15 14:14:52 (GMT)
commit164261910d573605b437e7abace210ea8e80e598 (patch)
tree96b9683865898770a3dc77cbec4dfc5c6f587c9a /Source
parent2efecea485a76df149ecc5d644cc2a1ec6c33cf3 (diff)
parentdd8c2f3e574673b452830a69555680042c0c5cc0 (diff)
downloadCMake-164261910d573605b437e7abace210ea8e80e598.zip
CMake-164261910d573605b437e7abace210ea8e80e598.tar.gz
CMake-164261910d573605b437e7abace210ea8e80e598.tar.bz2
Merge topic 'cmake-gui-unused-code'
dd8c2f3e57 cmake-gui: Drop code not needed with current required CMake version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3099
Diffstat (limited to 'Source')
-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 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)