reenable All_BACKENDS

This commit is contained in:
Li-Ta Lo 2022-01-06 15:17:45 -07:00
parent f5bbc6fc83
commit bff92a7d88

@ -18,5 +18,6 @@ set(libraries
vtkm_unit_tests(
SOURCES ${unit_tests}
LIBRARIES ${libraries}
ALL_BACKENDS # we still need it because Contour has not been migrated yet.
USE_VTKM_JOB_POOL
)