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
libksieve
Commits
8fd8e93b
Commit
8fd8e93b
authored
Sep 01, 2020
by
Laurent Montel
😁
Browse files
Remove unused LIBRARY_NAMELINK
parent
96f698d4
Pipeline
#32605
passed with stage
in 50 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8fd8e93b
...
...
@@ -12,8 +12,6 @@ if (POLICY CMP0053)
cmake_policy
(
SET CMP0053 NEW
)
endif
()
set
(
LIBRARY_NAMELINK
)
include
(
KDEInstallDirs
)
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings NO_POLICY_SCOPE
)
...
...
src/CMakeLists.txt
View file @
8fd8e93b
...
...
@@ -52,7 +52,7 @@ ecm_generate_pri_file(BASE_NAME KSieve
)
install
(
TARGETS KF5KSieve EXPORT KF5KSieveTargets
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
${
LIBRARY_NAMELINK
}
)
install
(
TARGETS KF5KSieve EXPORT KF5KSieveTargets
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
FILES
${
ksieve_CamelCase_HEADERS
}
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/KSieve
...
...
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