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
Utilities
Konsole
Commits
92798b03
Commit
92798b03
authored
May 03, 2021
by
Friedrich W. H. Kossebau
Browse files
Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
GIT_SILENT
parent
49692c0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
92798b03
...
...
@@ -239,7 +239,7 @@ target_link_libraries(konsoleprivate
)
set_target_properties
(
konsoleprivate PROPERTIES
VERSION
${
KONSOLEPRIVATE_VERSION
_STRING
}
VERSION
${
KONSOLEPRIVATE_VERSION
}
SOVERSION
${
KONSOLEPRIVATE_SOVERSION
}
)
...
...
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