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
KDiskFree
Commits
d9056e32
Commit
d9056e32
authored
May 17, 2021
by
Laurent Montel
Browse files
Don't use "_STRING" variable
parent
67774b4a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
d9056e32
...
...
@@ -37,7 +37,7 @@ target_link_libraries(kdfprivate PUBLIC
)
set_target_properties
(
kdfprivate PROPERTIES
VERSION
${
KDFPRIVATE_VERSION
_STRING
}
VERSION
${
KDFPRIVATE_VERSION
}
SOVERSION
${
KDFPRIVATE_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