mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 06:59:32 +03:00
do not turn on C++ compilation on msvc by default
This commit is contained in:
parent
85e89a33b1
commit
45044da101
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue