Skip to content
Snippets Groups Projects

Change check whether TBB was found by cmake-config file

Merged Simon Praetorius requested to merge issue/tbb-found into master

Summary

The find_package(TBB) with as follows: 1. search for TBBConfig.cmake and if found use that configuration, otherwise 2. search for tbb.pc pkg-config file and use that configuration. To decide whether the first step was successfull, I have to check whether the TBB package was found and that the corresponding TBB::tbb target is available in the package. Otherwise this package would not be usable for us.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading