diff --git a/CMakeLists.txt b/CMakeLists.txt index b7023009..a997aaee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ endif() # Process options # ----------------------------------------------------------------------------- -if(CMAKE_C_COMPILER_ID MATCHES "MSVC|Intel") +if(CMAKE_C_COMPILER_ID MATCHES "Intel") set(MI_USE_CXX "ON") endif()