do not turn on C++ compilation on msvc by default

This commit is contained in:
Daan Leijen 2022-04-14 16:43:10 -07:00
parent 85e89a33b1
commit 45044da101

View file

@ -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()