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
Network
KDE Connect
Commits
76eb784c
Commit
76eb784c
authored
Aug 04, 2021
by
Piyush Aggarwal
🎮
Browse files
CMakeLists.txt: find optional KF5 components really optionally
parent
cf8ada2b
Pipeline
#73329
passed with stage
in 4 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
76eb784c
...
...
@@ -97,7 +97,7 @@ if (UNIX AND NOT APPLE)
endif
()
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
${
KF5_REQUIRED_COMPONENTS
}
)
if
(
KF5_OPTIONAL_COMPONENTS
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
COMPONENTS
${
KF5_OPTIONAL_COMPONENTS
}
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
OPTIONAL_
COMPONENTS
${
KF5_OPTIONAL_COMPONENTS
}
)
endif
()
if
(
WIN32
)
...
...
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