Skip to content

Disable deprecated attribute when using nvcc under VS

Kenneth Moreland requested to merge kmorel/vtk-m:no-deprecated-nvcc-vs into master

The nvcc compiler under visual studio seems to give the error attribute does not apply to any entity when you try to use the [[deprecated]] attribute. So disable for this compiler configuration.

Merge request reports