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
PIM MailCommon
Commits
db529b7e
Commit
db529b7e
authored
Sep 01, 2020
by
Laurent Montel
😁
Browse files
Remove unused LIBRARY_NAMELINK
parent
45bfedeb
Pipeline
#32595
passed with stage
in 40 minutes and 19 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
db529b7e
...
...
@@ -10,7 +10,6 @@ set(CMAKE_MODULE_PATH ${mailcommon_SOURCE_DIR}/cmake/modules/ ${ECM_MODULE_PATH}
if
(
POLICY CMP0053
)
cmake_policy
(
SET CMP0053 NEW
)
endif
()
set
(
LIBRARY_NAMELINK
)
include
(
KDEInstallDirs
)
include
(
KDECMakeSettings
)
...
...
src/CMakeLists.txt
View file @
db529b7e
...
...
@@ -276,7 +276,7 @@ set_target_properties(KF5MailCommon PROPERTIES
install
(
TARGETS
KF5MailCommon
EXPORT KF5MailCommonTargets
${
KF5_INSTALL_TARGETS_DEFAULT_ARGS
}
${
LIBRARY_NAMELINK
}
EXPORT KF5MailCommonTargets
${
KF5_INSTALL_TARGETS_DEFAULT_ARGS
}
)
if
(
BUILD_TESTING
)
...
...
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