From 3e947cd01b3d76e9cb160c7f7e906c57b9ff855a Mon Sep 17 00:00:00 2001 From: beomki-yeo Date: Wed, 18 Oct 2023 15:10:48 +0200 Subject: [PATCH] Disable detector construction tuto --- tutorials/src/device/cuda/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tutorials/src/device/cuda/CMakeLists.txt b/tutorials/src/device/cuda/CMakeLists.txt index 4f632690d..91849c0b1 100644 --- a/tutorials/src/device/cuda/CMakeLists.txt +++ b/tutorials/src/device/cuda/CMakeLists.txt @@ -14,13 +14,13 @@ enable_language(CUDA) include(detray-compiler-options-cuda) # Examples using the array algebra plugin. -detray_add_tutorial( detector_construction_cuda - "detector_construction.cpp" - "detector_construction.hpp" - "detector_construction.cu" - LINK_LIBRARIES vecmem::cuda detray::core_array - detray::tutorial detray::utils) -target_compile_definitions(detray_tutorial_detector_construction_cuda PRIVATE array=array) +#detray_add_tutorial( detector_construction_cuda +# "detector_construction.cpp" +# "detector_construction.hpp" +# "detector_construction.cu" +# LINK_LIBRARIES vecmem::cuda detray::core_array +# detray::tutorial detray::utils) +#target_compile_definitions(detray_tutorial_detector_construction_cuda PRIVATE array=array) #detray_add_tutorial( propagation_cuda # "propagation.cpp"