Skip to content

Commit

Permalink
Bump: Blosc2 Min Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 7, 2023
1 parent 6f3ae6f commit 9273f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/DetectOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ endfunction()
# Blosc2
option(ADIOS2_PREFER_SHARED_Blosc2 "prefer sharred Blosc2 libraries" ON)
if(ADIOS2_USE_Blosc2 STREQUAL AUTO)
find_package(Blosc2 2.4 CONFIG)
find_package(Blosc2 2.10.1 CONFIG)
elseif(ADIOS2_USE_Blosc2)
find_package(Blosc2 2.4 CONFIG REQUIRED)
find_package(Blosc2 2.10.1 CONFIG REQUIRED)
endif()
if(Blosc2_FOUND)
set(ADIOS2_HAVE_Blosc2 TRUE)
Expand Down

0 comments on commit 9273f1d

Please sign in to comment.