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
Graphics
libkexiv2
Commits
40cd78b1
Commit
40cd78b1
authored
Apr 20, 2022
by
Nicolas Fella
Browse files
Use version-less CMake variable
parent
2d83c733
Pipeline
#260409
skipped
Changes
1
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
40cd78b1
...
...
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: BSD-3-Clause
#
set
(
KEXIV2_INSTALL_INCLUDEDIR
"
${
KDE_INSTALL_INCLUDEDIR_KF
5
}
/KExiv2"
)
set
(
KEXIV2_INSTALL_INCLUDEDIR
"
${
KDE_INSTALL_INCLUDEDIR_KF
}
/KExiv2"
)
set
(
KEXIV2_CMAKECONFIG_NAME
"KF5KExiv2"
)
ecm_setup_version
(
${
libkexiv2_VERSION
}
...
...
@@ -85,7 +85,7 @@ set_target_properties(KExiv2 PROPERTIES
)
install
(
TARGETS KExiv2
EXPORT KExiv2Targets
${
KF
5
_INSTALL_TARGETS_DEFAULT_ARGS
}
EXPORT KExiv2Targets
${
KF_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
FILES
...
...
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