Skip to content

Commit

Permalink
Disable detector construction tuto
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Oct 18, 2023
1 parent 842a31d commit 3e947cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tutorials/src/device/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3e947cd

Please sign in to comment.