Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved handling of FIND_PACKAGE_ARGS in declarations #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pysco68
Copy link
Contributor

@pysco68 pysco68 commented Feb 5, 2025

Allow the user to completely specify the additional find package arguments by implementing a "default to 'REQUIRED'" strategy: if nothing is specified a find_package(<content_name> REQUIRED) is run, otherwise the user has to specify the FULL argument set except <content_name>. For good measure a bit of validation is done. Updated the documentation accordingly.

CHANGELOG

  • improved the handling of HFC's FIND_PACKAGE_ARGS in library declarations to allow more arguments to be passed (now search can be specified among other things)

Change-Id: I213ae84308423de275bd701258b36ea7efcf0074

@pysco68 pysco68 self-assigned this Feb 5, 2025
@pysco68 pysco68 force-pushed the feature/improve-hfc-FIND_PACKAGE_ARGS-handling branch 2 times, most recently from b787991 to 7eaaf7f Compare February 11, 2025 15:50
Allow the user to completely specify the additional find package arguments by implementing a "default to 'REQUIRED'" strategy: if nothing is specified a find_package(<content_name> REQUIRED) is run, otherwise the user has to specify the FULL argument set except <content_name>. For good measure a bit of validation is done. Updated the documentation accordingly.

CHANGELOG

- improved the handling of HFC's FIND_PACKAGE_ARGS in library declarations to allow more arguments to be passed (now search <version> can be specified among other things)

Change-Id: I213ae84308423de275bd701258b36ea7efcf0074
@pysco68 pysco68 force-pushed the feature/improve-hfc-FIND_PACKAGE_ARGS-handling branch from 7eaaf7f to 06c92db Compare February 19, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant