Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWayland Server
Commits
7e277a97
Commit
7e277a97
authored
May 04, 2021
by
Friedrich W. H. Kossebau
Browse files
Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
GIT_SILENT
parent
555c7386
Pipeline
#60752
passed with stage
in 5 minutes and 24 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/server/CMakeLists.txt
View file @
7e277a97
...
...
@@ -302,7 +302,7 @@ target_compile_definitions(KWaylandServer PRIVATE
EGL_NO_PLATFORM_SPECIFIC_TYPES
)
set_target_properties
(
KWaylandServer PROPERTIES VERSION
${
KWAYLANDSERVER_VERSION
_STRING
}
set_target_properties
(
KWaylandServer PROPERTIES VERSION
${
KWAYLANDSERVER_VERSION
}
SOVERSION
${
KWAYLANDSERVER_SOVERSION
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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