Skip to content

Commit 8cb6ba2

Browse files
committed
add support for IntelLLVM
1 parent eb29d6b commit 8cb6ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ if(MI_USE_CXX)
179179
if(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang|Clang")
180180
list(APPEND mi_cflags -Wno-deprecated)
181181
endif()
182-
if(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
182+
if(CMAKE_CXX_COMPILER_ID MATCHES "Intel" AND NOT CMAKE_CXX_COMPILER_ID MATCHES "IntelLLVM")
183183
list(APPEND mi_cflags -Kc++)
184184
endif()
185185
endif()

0 commit comments

Comments
 (0)