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
PIM
libgravatar
Commits
77fee21f
Commit
77fee21f
authored
Sep 01, 2020
by
Laurent Montel
😁
Browse files
Remove unused LIBRARY_NAMELINK
parent
80ca1e0a
Pipeline
#32602
passed with stage
in 17 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
77fee21f
...
...
@@ -7,7 +7,6 @@ set(KF5_MIN_VERSION "5.73.0")
find_package
(
ECM
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
set
(
LIBRARY_NAMELINK
)
include
(
KDEInstallDirs
)
include
(
KDECMakeSettings
)
...
...
src/CMakeLists.txt
View file @
77fee21f
...
...
@@ -46,7 +46,7 @@ set_target_properties(KF5Gravatar PROPERTIES
install
(
TARGETS
KF5Gravatar
EXPORT KF5GravatarTargets
${
KF5_INSTALL_TARGETS_DEFAULT_ARGS
}
${
LIBRARY_NAMELINK
}
EXPORT KF5GravatarTargets
${
KF5_INSTALL_TARGETS_DEFAULT_ARGS
}
)
ecm_generate_headers
(
Gravatar_Camelcase_job_HEADERS
...
...
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