Skip to content

Commit

Permalink
fix: broken reference to cuda_compatibility.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Oct 14, 2024
1 parent 1307c49 commit f2aaf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/singularity-eos/mpark_variant.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ macro(singularity_import_mpark_variant)
COMMAND
patch -N -s -V never
${CMAKE_CURRENT_SOURCE_DIR}/utils/variant/include/mpark/variant.hpp
${CMAKE_CURRENT_SOURCE_DIR}/utils/cuda_compatibility.patch)
${CMAKE_CURRENT_SOURCE_DIR}/utils/gpu_compatibility.patch)
endif()
if(NOT TARGET mpark_variant)
add_subdirectory(utils/variant)
Expand Down

0 comments on commit f2aaf80

Please sign in to comment.