Skip to content

paraview: use libc++

ParaView cannot depend on cxx11 because it adds -std=c++11 which confuses the CUDA compiler. Copy the stdlib choice from cxx11 to ParaView.


Cc: @robertmaynard

Merge request reports