Skip to content

Commit

Permalink
Using the correct flag to detect the CUDA backend in ZFP
Browse files Browse the repository at this point in the history
  • Loading branch information
anagainaru authored and vicentebolea committed Apr 3, 2024
1 parent 59064b6 commit 76da99a
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 76da99a

Please sign in to comment.