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
Graphics
libksane
Commits
df26f294
Commit
df26f294
authored
May 02, 2021
by
Friedrich W. H. Kossebau
Browse files
Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
NO_CHANGELOG
parent
6eecf4e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
ksanetwain/CMakeLists.txt
View file @
df26f294
...
...
@@ -27,7 +27,7 @@ target_link_libraries(KF5Sane
)
set_target_properties
(
KF5Sane
PROPERTIES VERSION
${
KSANE_VERSION
_STRING
}
PROPERTIES VERSION
${
KSANE_VERSION
}
SOVERSION
${
KSANE_SOVERSION
}
EXPORT_NAME
"Sane"
)
...
...
src/CMakeLists.txt
View file @
df26f294
...
...
@@ -68,7 +68,7 @@ target_link_libraries(KF5Sane
)
set_target_properties
(
KF5Sane
PROPERTIES VERSION
${
KSANE_VERSION
_STRING
}
PROPERTIES VERSION
${
KSANE_VERSION
}
SOVERSION
${
KSANE_SOVERSION
}
EXPORT_NAME
"Sane"
)
...
...
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