- Bump CMake minimum version to 3.0 - Use NO_POLICY_SCOPE for KDECompilerSettings
This commit is contained in:
parent
cc61d2abf6
commit
afe0d031e2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
project(danbooru_client)
|
||||
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
|
||||
|
||||
set(danbooru_client_VERSION_MAJOR 0)
|
||||
set(danbooru_client_VERSION_MINOR 3)
|
||||
|
@ -55,7 +55,7 @@ find_package(KF5 ${KF5_VERSION} REQUIRED
|
|||
|
||||
include(ECMInstallIcons)
|
||||
include(KDEInstallDirs)
|
||||
include(KDECompilerSettings)
|
||||
include(KDECompilerSettings NO_POLICY_SCOPE)
|
||||
include(KDECMakeSettings)
|
||||
include(FeatureSummary)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue