Merge topic 'fix_cuda_build'

c6c449246 Fix CUDA build for logistic map example.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <kmorel@sandia.gov>
Merge-request: !2386
This commit is contained in:
Kenneth Moreland 2021-01-25 22:22:43 +00:00 committed by Kitware Robot
commit 49ad0152d7

@ -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)