Skip to content
  • Cory Quammen's avatar
    FindTBB: handle basic linker scripts · c7249fed
    Cory Quammen authored
    TBB binaries may define libtbb.so as a linker script of the form
    
    INPUT(libtbb.so.2)
    
    Make FindTBB find the real .so file libtbb.so points to in such cases.
    
    Approach borrowed from vtk-m/CMake/VTKmDeviceAdapters.cmake on
    suggestion from Robert Maynard.
    c7249fed