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
KDecoration
Commits
5b318a3d
Commit
5b318a3d
authored
May 04, 2021
by
Friedrich W. H. Kossebau
Browse files
Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
GIT_SILENT
parent
06fd1b6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
5b318a3d
...
...
@@ -32,7 +32,7 @@ target_link_libraries(kdecorations2
target_include_directories
(
kdecorations2 INTERFACE
"$<INSTALL_INTERFACE:
${
KDECORATION2_INCLUDEDIR
}
>"
)
set_target_properties
(
kdecorations2 PROPERTIES VERSION
${
KDECORATION2_VERSION
_STRING
}
set_target_properties
(
kdecorations2 PROPERTIES VERSION
${
KDECORATION2_VERSION
}
SOVERSION
${
KDECORATION2_SOVERSION
}
EXPORT_NAME KDecoration
)
...
...
src/private/CMakeLists.txt
View file @
5b318a3d
...
...
@@ -24,7 +24,7 @@ target_link_libraries(kdecorations2private
target_include_directories
(
kdecorations2private INTERFACE
"$<INSTALL_INTERFACE:
${
KDECORATION2_INCLUDEDIR
}
>"
)
set_target_properties
(
kdecorations2private PROPERTIES VERSION
${
KDECORATION2_VERSION
_STRING
}
set_target_properties
(
kdecorations2private PROPERTIES VERSION
${
KDECORATION2_VERSION
}
SOVERSION 8
EXPORT_NAME KDecoration2Private
)
...
...
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