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
3ef0753b
Commit
3ef0753b
authored
Jan 04, 2017
by
Laurent Montel
Browse files
increase cmake version
parent
0e2210da
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3ef0753b
cmake_minimum_required
(
VERSION 2.8.12
)
cmake_minimum_required
(
VERSION 3.0
)
set
(
PIM_VERSION
"5.4.40"
)
project
(
KAlarmCal
)
project
(
KAlarmCal
VERSION
${
PIM_VERSION
}
)
# ECM setup
set
(
KF5_VERSION
"5.28.0"
)
...
...
@@ -20,7 +21,6 @@ include(ECMQtDeclareLoggingCategory)
include
(
ECMCoverageOption
)
set
(
PIM_VERSION
"5.4.40"
)
set
(
KALARM_LIB_VERSION
${
PIM_VERSION
}
)
...
...
@@ -28,7 +28,7 @@ set(CALENDARCORE_LIB_VERSION "5.4.40")
set
(
HOLIDAY_LIB_VERSION
"5.4.40"
)
set
(
IDENTITYMANAGER_LIB_VERSION
"5.4.40"
)
set
(
AKONADI_LIB_VERSION
"5.4.40"
)
ecm_setup_version
(
${
KALARM_LIB_VERSION
}
VARIABLE_PREFIX KALARMCAL
ecm_setup_version
(
PROJECT
VARIABLE_PREFIX KALARMCAL
VERSION_HEADER
"
${
CMAKE_CURRENT_BINARY_DIR
}
/kalarmcal_version.h"
PACKAGE_VERSION_FILE
"
${
CMAKE_CURRENT_BINARY_DIR
}
/KF5AlarmCalendarConfigVersion.cmake"
SOVERSION 5
...
...
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