We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1515b0f commit 55115c9Copy full SHA for 55115c9
CMakeLists.txt
@@ -126,6 +126,8 @@ elseif (APPLE)
126
FILTER_OPTION (BLOSC2)
127
elseif (CMAKE_C_COMPILER_ID MATCHES "Intel[Ll][Ll][Vv][Mm]")
128
129
+ elseif (NOT CMAKE_C_COMPILER_ID MATCHES "Apple[Cc]lang")
130
+ FILTER_OPTION (BLOSC2)
131
else ()
132
set (ENABLE_BLOSC2 OFF CACHE BOOL "" FORCE)
133
endif ()
0 commit comments