diff options
author | Brad King <brad.king@kitware.com> | 2019-03-14 15:15:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-03-14 15:15:34 (GMT) |
commit | dd8c2f3e574673b452830a69555680042c0c5cc0 (patch) | |
tree | f87ccda14b2e8cd384fe4f825abab87c0d862e5e /Source/QtDialog | |
parent | 32a569e8771311348306f15644bfa048ee183892 (diff) | |
download | CMake-dd8c2f3e574673b452830a69555680042c0c5cc0.zip CMake-dd8c2f3e574673b452830a69555680042c0c5cc0.tar.gz CMake-dd8c2f3e574673b452830a69555680042c0c5cc0.tar.bz2 |
cmake-gui: Drop code not needed with current required CMake version
Diffstat (limited to 'Source/QtDialog')
-rw-r--r-- | Source/QtDialog/CMakeLists.txt | 3 |
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) |