Fix CUDA build for logistic map example.

This commit is contained in:
Nick Thompson 2021-01-19 15:20:58 -05:00
parent 18a6b12509
commit c6c4492469

@ -14,3 +14,7 @@ find_package(VTKm REQUIRED QUIET)
add_executable(LogisticMap LogisticMap.cxx)
target_link_libraries(LogisticMap PRIVATE vtkm_io)
vtkm_add_target_information(LogisticMap
DROP_UNUSED_SYMBOLS MODIFY_CUDA_FLAGS
DEVICE_SOURCES LogisticMap.cxx)