do not turn on C++ compilation on msvc by default
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user