Skip to content

Commit 55115c9

Browse files
committed
Exclude blosc2 on macs
1 parent 1515b0f commit 55115c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ elseif (APPLE)
126126
FILTER_OPTION (BLOSC2)
127127
elseif (CMAKE_C_COMPILER_ID MATCHES "Intel[Ll][Ll][Vv][Mm]")
128128
FILTER_OPTION (BLOSC2)
129+
elseif (NOT CMAKE_C_COMPILER_ID MATCHES "Apple[Cc]lang")
130+
FILTER_OPTION (BLOSC2)
129131
else ()
130132
set (ENABLE_BLOSC2 OFF CACHE BOOL "" FORCE)
131133
endif ()

0 commit comments

Comments
 (0)