Skip to content

Commit

Permalink
CMake: Require CMake 3.0
Browse files Browse the repository at this point in the history
Even [Debian OldStable][] supports the latest major version of CMake.

[Debian OldStable]: https://packages.debian.org/source/oldstable/cmake
  • Loading branch information
sanssecours committed Jul 29, 2017
1 parent ea01932 commit 6e2cc65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8.8)
cmake_minimum_required (VERSION 3.0)

# allows us to override platform specific variables
set(CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_SOURCE_DIR}/cmake/Platform.cmake")
Expand Down
1 change: 0 additions & 1 deletion src/tools/qt-gui/CMakeLists.txt
Expand Up @@ -3,7 +3,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(DISCOUNT_FIND_QUIETLY ON)

# Disable warnings about policies in Qt’s CMake code
cmake_policy(SET CMP0043 OLD)
cmake_policy(SET CMP0053 OLD)

set(QCOMPONENTS Core Quick Gui Qml Widgets Test)
Expand Down

0 comments on commit 6e2cc65

Please sign in to comment.