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
Utilities
Konsole
Commits
d80f47ab
Commit
d80f47ab
authored
Nov 18, 2021
by
Nicolas Fella
Browse files
Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
parent
2e839aa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
d80f47ab
...
...
@@ -273,7 +273,7 @@ target_link_libraries(konsoleapp
)
set_target_properties
(
konsoleapp PROPERTIES
VERSION
${
KONSOLEPRIVATE_VERSION
_STRING
}
VERSION
${
KONSOLEPRIVATE_VERSION
}
SOVERSION
${
KONSOLEPRIVATE_SOVERSION
}
)
...
...
Write
Preview
Markdown
is supported
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