-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle OPTIONAL_COMPONENTS in find_package(YARP)
There is no way to make this work with `find_dependency()` since it passes caller's REQUIRED to the underlying `find_package()` call. That is, no error should be raised if an optional component was not found while issuing a `find_package(YARP REQUIRED ...)` command.
- Loading branch information
1 parent
f5743cc
commit 7858479
Showing
2 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters