Compile UnitTestAbort.cxx with a normal C++ compiler

`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.
This commit is contained in:
Kenneth Moreland 2023-02-16 11:26:04 -07:00
parent 6e99cb427b
commit 88004132c3

@ -123,7 +123,7 @@ if(TARGET vtkm_filter_field_conversion)
endif()
if(TARGET vtkm_filter_contour)
list(APPEND unit_tests_device
list(APPEND unit_tests
UnitTestAbort.cxx
)
endif()