From 546d6301bf2efcc6a1659a2be641514fa129ac7b Mon Sep 17 00:00:00 2001 From: beomki-yeo Date: Tue, 17 Oct 2023 23:10:09 +0200 Subject: [PATCH] Disable detector construction --- 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 2fc286db5c..40bf98e4a1 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 covfie::core - 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 covfie::core +# detray::tutorial detray::utils) +#target_compile_definitions(detray_tutorial_detector_construction_cuda PRIVATE array=array) #detray_add_tutorial( propagation_cuda # "propagation.cpp"