Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Contacts
Commits
05525bf5
Commit
05525bf5
authored
Aug 22, 2016
by
Laurent Montel
Browse files
prison use KF5_VERSION now
parent
82985d3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
05525bf5
...
...
@@ -50,8 +50,7 @@ find_package(KF5Mime ${KMIMELIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5AkonadiMime
${
AKONADI_MIME_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Akonadi
${
AKONADI_VERSION
}
CONFIG REQUIRED
)
#TODO make it depend against KF5_VERSION when we will depend against 5.25
set
(
Prison_MIN_VERSION
"1.2.2"
)
set
(
Prison_MIN_VERSION
"
${
KF5_VERSION
}
"
)
find_package
(
KF5Prison
${
Prison_MIN_VERSION
}
)
set_package_properties
(
Prison PROPERTIES
DESCRIPTION
"Prison"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment