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 GrantleeTheme
Commits
0249f13b
Commit
0249f13b
authored
Sep 01, 2020
by
Laurent Montel
😁
Browse files
Remove unused LIBRARY_NAMELINK
parent
91cb0960
Pipeline
#32599
passed with stage
in 11 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0249f13b
...
...
@@ -8,7 +8,6 @@ project(GrantleeTheme VERSION ${PIM_VERSION})
find_package
(
ECM
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
GrantleeTheme_SOURCE_DIR
}
/cmake
${
ECM_MODULE_PATH
}
)
set
(
LIBRARY_NAMELINK
)
include
(
KDEInstallDirs
)
include
(
KDECMakeSettings
)
...
...
src/CMakeLists.txt
View file @
0249f13b
...
...
@@ -42,7 +42,7 @@ set_target_properties(KF5GrantleeTheme PROPERTIES
install
(
TARGETS
KF5GrantleeTheme
EXPORT KF5GrantleeThemeTargets
${
KF5_INSTALL_TARGETS_DEFAULT_ARGS
}
${
LIBRARY_NAMELINK
}
EXPORT KF5GrantleeThemeTargets
${
KF5_INSTALL_TARGETS_DEFAULT_ARGS
}
)
ecm_generate_headers
(
GrantleeTheme_CamelCase_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