Skip to content

Commit

Permalink
Exclude blosc2 on macs
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 5, 2024
1 parent 1515b0f commit 55115c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ elseif (APPLE)
FILTER_OPTION (BLOSC2)
elseif (CMAKE_C_COMPILER_ID MATCHES "Intel[Ll][Ll][Vv][Mm]")
FILTER_OPTION (BLOSC2)
elseif (NOT CMAKE_C_COMPILER_ID MATCHES "Apple[Cc]lang")
FILTER_OPTION (BLOSC2)
else ()
set (ENABLE_BLOSC2 OFF CACHE BOOL "" FORCE)
endif ()
Expand Down

0 comments on commit 55115c9

Please sign in to comment.