Skip to content

Disable TBB's implicit linking with #pragmas

Shawn Waldon requested to merge shawn.waldon/vtk:dont-implicitly-link-tbb into master

This avoids forcing every library that includes a vtk header file to link to tbb if vtk was built with this backend.

Fixes #16867 (closed)

@robertmaynard @demarle @chuck.atkins

Merge request reports