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
Utilities
Kate
Commits
843b6103
Commit
843b6103
authored
Nov 04, 2021
by
Nicolas Fella
Browse files
Fix find_package call
It's KF5Bookmarks, not KF5KBookmarks
parent
e4b4ff04
Pipeline
#94054
passed with stage
in 3 minutes and 18 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
addons/filebrowser/CMakeLists.txt
View file @
843b6103
find_package
(
KF5KIO
${
KF5_DEP_VERSION
}
QUIET
)
find_package
(
KF5
K
Bookmarks
${
KF5_DEP_VERSION
}
QUIET
)
find_package
(
KF5Bookmarks
${
KF5_DEP_VERSION
}
QUIET
)
set_package_properties
(
KF5KIO PROPERTIES PURPOSE
"Required to build the filebrowser addon"
)
if
(
NOT KF5KIO_FOUND
)
...
...
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