Skip to content

ParaView and VTK-m don't depend on cxx11 to resolve cuda compile issues

The CXX11 project injects additional flags ('std=c++11') into the CXX compile line. This is unnecessary as both projects already require C++11. Secondly this breaks the CUDA compilation of VTK-m filters as now CUDA has two occurrences of C++11 on the compile line and errors out.

Merge request reports