From eb3802ba2c0e4ba6abca6ad834af9566aeff8313 Mon Sep 17 00:00:00 2001 From: Tushar Athawale Date: Thu, 3 Feb 2022 22:10:04 -0500 Subject: [PATCH] CMakeLists.txt update --- tutorial/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/CMakeLists.txt b/tutorial/CMakeLists.txt index 642bc910e..225cc69fe 100644 --- a/tutorial/CMakeLists.txt +++ b/tutorial/CMakeLists.txt @@ -66,7 +66,7 @@ vtkm_add_target_information(${tutorial_targets} DROP_UNUSED_SYMBOLS MODIFY_CUDA_FLAGS DEVICE_SOURCES - tutorial_sources) + ${tutorial_sources}) # Copy the data file to be adjacent to the binaries