Skip to content

Commit

Permalink
Merge pull request #4381 from vicentebolea/backport-4379
Browse files Browse the repository at this point in the history
Backport #4379
  • Loading branch information
vicentebolea authored Oct 26, 2024
2 parents cb871e7 + e531b68 commit f5e269f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/DetectOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ elseif(ADIOS2_USE_Blosc2)
find_package(Blosc2 2.10.1)
endif()
if(Blosc2_FOUND)
if (CMAKE_VERSION VERSION_LESS 3.18)
message(FATAL_ERROR "Blosc2 dependency requires CMake>=3.18.")
endif()

set(ADIOS2_HAVE_Blosc2 TRUE)
if(TARGET Blosc2::blosc2_shared)
set(blosc2_shlib_available ON)
Expand Down

0 comments on commit f5e269f

Please sign in to comment.