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
KAlarm
Commits
e742079e
Commit
e742079e
authored
Apr 06, 2019
by
Christophe Marin
Browse files
Fix the kholidays detection with older CMake versions.
parent
b7f25da1
Changes
1
Hide whitespace changes
Inline
Side-by-side
KF5AlarmCalendarConfig.cmake.in
View file @
e742079e
...
...
@@ -3,7 +3,7 @@
include(CMakeFindDependencyMacro)
find_dependency(KF5Akonadi "@AKONADI_LIB_VERSION@")
find_dependency(KF5IdentityManagement "@IDENTITYMANAGER_LIB_VERSION@")
find_dependency(KF5Holidays "@
HOLIDAY_LIB
_VERSION@")
find_dependency(KF5Holidays "@
KF5_MIN
_VERSION@")
find_dependency(KF5CalendarCore "@CALENDARCORE_LIB_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/KF5AlarmCalendarTargets.cmake")
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