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
KItinerary
Commits
d1fda2d5
Commit
d1fda2d5
authored
May 03, 2021
by
Laurent Montel
Browse files
GIT_SILENT: Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
parent
ef4fe346
Pipeline
#60568
passed with stages
in 12 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib/CMakeLists.txt
View file @
d1fda2d5
...
...
@@ -120,7 +120,7 @@ add_library(KPimItinerary ${kitinerary_lib_srcs})
add_library
(
KPim::Itinerary ALIAS KPimItinerary
)
generate_export_header
(
KPimItinerary BASE_NAME KItinerary
)
set_target_properties
(
KPimItinerary PROPERTIES
VERSION
${
KITINERARY_VERSION
_STRING
}
VERSION
${
KITINERARY_VERSION
}
SOVERSION
${
KITINERARY_SOVERSION
}
EXPORT_NAME Itinerary
)
...
...
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