Skip to content
  • Ben Boeckel's avatar
    vtkm, paraview: use libc++ · 1701bebf
    Ben Boeckel authored
    VTK-m and ParaView cannot depend on `cxx11` because it adds `-std=c++11`
    which confuses the CUDA compiler. Copy the stdlib choice from `cxx11` to
    these projects.
    1701bebf