Skip to content

Properly handle FindTBB modules that don't contain TBB_LIBRARY_RELEASE

Robert Maynard requested to merge robertmaynard/vtk-m:findtbb_more_robust into master

The FindTBB modules that come with packages such as OSPRay don't provide TBB_LIBRARY_RELEASE but instead only provide TBB_LIBRARY. If TBB_LIBRARY_RELEASE isn't found, and TBB_LIBRARY is we will use that as the release library

Merge request reports