Ver código fonte

Merge topic 'cmake-gui-unused-code'

dd8c2f3e57 cmake-gui: Drop code not needed with current required CMake version

Acked-by: Kitware Robot <[email protected]>
Merge-request: !3099
Brad King 6 anos atrás
pai
commit
164261910d
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      Source/QtDialog/CMakeLists.txt

+ 0 - 3
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)