Increase minimum KDecoration2 version
I just got a build failure because I hadn't updated KDecoration to
include 195bcf36df
.
Bump the minimum version to trigger a CMake error instead of a
compilation failure. Since we expect to be using the same version of
KDecoration as KWin, this change uses ${PROJECT_VERSION} as the minimum
version.
This commit is contained in:
parent
9f69d4c9c2
commit
8ab41804f0
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ set_package_properties(KF5Kirigami2 PROPERTIES
|
|||
TYPE RUNTIME
|
||||
)
|
||||
|
||||
find_package(KDecoration2 5.18.0 CONFIG REQUIRED)
|
||||
find_package(KDecoration2 ${PROJECT_VERSION} CONFIG REQUIRED)
|
||||
|
||||
find_package(KScreenLocker CONFIG REQUIRED)
|
||||
set_package_properties(KScreenLocker PROPERTIES
|
||||
|
|
Loading…
Reference in a new issue