Skip to content

Compile UnitTestAbort.cxx with a normal C++ compiler

Kenneth Moreland requested to merge kmorel/vtk-m:abort-no-device into master

UnitTestAbort.cxx does not touch any code that needs to be compiled on the device, so you do not need a device compiler. Use the standard C++ compiler instead.

Merge request reports