Skip to content

Commit

Permalink
Update path for CUDA.cmake, sry
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Skwarczynski committed Jul 16, 2024
1 parent 1596fa8 commit 30061aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/MaCh3Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include(NuHepMCUtils)

# Check if CUDA was found
if(MaCh3_GPU_ENABLED)
include(${CMAKE_CURRENT_LIST_DIR}/cmake/Modules/CUDASetup.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/CUDASetup.cmake)
endif()

include(ROOT)
Expand Down

0 comments on commit 30061aa

Please sign in to comment.