Skip to content

Commit

Permalink
Merge pull request #4066 from anagainaru/zfp-cuda
Browse files Browse the repository at this point in the history
Using the correct flag to detect the CUDA backend in ZFP
  • Loading branch information
anagainaru committed Mar 4, 2024
2 parents d2cab9c + f389fa3 commit 6f9849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DetectOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if(ADIOS2_USE_ZFP)
endif()
if(ZFP_FOUND)
set(ADIOS2_HAVE_ZFP TRUE)
set(ADIOS2_HAVE_ZFP_CUDA ${ZFP_CUDA})
set(ADIOS2_HAVE_ZFP_CUDA ${ZFP_WITH_CUDA})

# Older versions of ZFP
if(NOT ADIOS2_HAVE_ZFP_CUDA)
Expand Down

0 comments on commit 6f9849c

Please sign in to comment.