Skip to content

Make sure we don't duplicate commands to NVCC.

The previous attempt at using caching to prevent duplicate commands, failed when you tried to build VTK-m itself and had examples turned on. Now we just don't add the std=c++11 option if it already exists.

Merge request reports