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} Fixes TBB linking on Ubuntu 19.x #34

Merged
merged 1 commit into from
Apr 28, 2020
Merged

Conversation

asmaloney
Copy link
Member

Ubuntu 19.x includes files for both CONFIG (TBBMakeConfig.cmake) and MODULE (FindTBB.cmake) style find_package. We need to force CONFIG because that is the style we are expecting.

Related #2
Fixes #33

Ubuntu 19.x includes files for both CONFIG (TBBMakeConfig.cmake) and MODULE (FindTBB.cmake) style find_package. We need to force CONFIG because that is the style we are expecting.

Related #2
Fixes #33
@asmaloney asmaloney merged commit e4c9146 into master Apr 28, 2020
@asmaloney asmaloney deleted the fix-tbb-ubuntu branch April 28, 2020 10:33
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.

Unable to build with TBB on Ubuntu
1 participant