Skip to content

Find threads library in external build

Kenneth Moreland requested to merge kmorel/vtk-m:threads-lib-in-external into master

In certain circumstances (currently, when logging is enabled), VTK-m libraries depend on the threading library. However, when the VTK-m package was included from an external project, it did not automatically find the threads package. This change makes the Threads library loaded when the VTK-m package is found.

Merge request reports