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
PIM
KIdentityManagement
Commits
5901ed15
Commit
5901ed15
authored
Aug 21, 2022
by
Laurent Montel
Browse files
use KF_INSTALL_TARGETS_DEFAULT_ARGS
parent
1e1b4ffa
Pipeline
#220723
failed with stage
in 6 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/CMakeLists.txt
View file @
5901ed15
...
...
@@ -49,7 +49,7 @@ set_target_properties(KF5IdentityManagement PROPERTIES
EXPORT_NAME IdentityManagement
)
install
(
TARGETS KF5IdentityManagement EXPORT KF5IdentityManagementTargets
${
KF
5
_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
TARGETS KF5IdentityManagement EXPORT KF5IdentityManagementTargets
${
KF_INSTALL_TARGETS_DEFAULT_ARGS
}
)
########### Generate Headers ###############
ecm_generate_headers
(
KIdentityManagement_CamelCase_HEADERS
...
...
src/widgets/CMakeLists.txt
View file @
5901ed15
...
...
@@ -43,7 +43,7 @@ set_target_properties(KF5IdentityManagementWidgets PROPERTIES
EXPORT_NAME IdentityManagementWidgets
)
install
(
TARGETS KF5IdentityManagementWidgets EXPORT KF5IdentityManagementTargets
${
KF
5
_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
TARGETS KF5IdentityManagementWidgets EXPORT KF5IdentityManagementTargets
${
KF_INSTALL_TARGETS_DEFAULT_ARGS
}
)
########### Generate Headers ###############
ecm_generate_headers
(
KIdentityManagementWidgets_CamelCase_HEADERS
...
...
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