Skip to content

Commit 4c24113

Browse files
authored
Merge pull request microsoft#588 from TApplencourt/dev
Add support for IntelLLVM
2 parents d8dd297 + 8cb6ba2 commit 4c24113

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
@@ -210,7 +210,7 @@ if(MI_USE_CXX)
210210
if(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang|Clang")
211211
list(APPEND mi_cflags -Wno-deprecated)
212212
endif()
213-
if(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
213+
if(CMAKE_CXX_COMPILER_ID MATCHES "Intel" AND NOT CMAKE_CXX_COMPILER_ID MATCHES "IntelLLVM")
214214
list(APPEND mi_cflags -Kc++)
215215
endif()
216216
endif()

0 commit comments

Comments
 (0)