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

Cmake install config bugfix #127

Closed

Conversation

hjmjohnson
Copy link

No description provided.

AlexVeprev and others added 8 commits February 27, 2019 18:45
Many packages will need to call find_package(TBB) multiple times
(i.e. optional subpackages may require TBB or subsets of components)
We need to support the case when multiple calls to find_package(TBB)
are called.

Additionally, some variable should be universally set
as part of this call.

The repeated calls to find_package(TBB) with specific component
requests should add only the requested (or dependant) components
to the list of items found.
This script shows how an external package may use
the newly installed version of tbb from cmake.
@hjmjohnson
Copy link
Author

Duplicate #127.

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.

2 participants