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
Itinerary
Commits
7a830aa2
Commit
7a830aa2
authored
Aug 21, 2022
by
Laurent Montel
Browse files
use KF_INSTALL_TARGETS_DEFAULT_ARGS
parent
c08f3138
Pipeline
#220720
failed with stage
in 7 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/calendarextras/CMakeLists.txt
View file @
7a830aa2
...
...
@@ -28,5 +28,5 @@ endif()
target_link_libraries
(
KCalendarCoreExtras PUBLIC KF5::CalendarCore
)
if
(
ANDROID
)
install
(
TARGETS KCalendarCoreExtras
${
KF
5
_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
TARGETS KCalendarCoreExtras
${
KF_INSTALL_TARGETS_DEFAULT_ARGS
}
)
endif
()
src/solidextras/CMakeLists.txt
View file @
7a830aa2
...
...
@@ -49,4 +49,4 @@ else ()
endif
()
endif
()
install
(
TARGETS SolidExtras
${
KF
5
_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
TARGETS SolidExtras
${
KF_INSTALL_TARGETS_DEFAULT_ARGS
}
)
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