Commit 9a8d3c7c authored by Gleb Kazantaev's avatar Gleb Kazantaev Committed by Scott Cyphers

Fixed Cmake to build nGraph using MSVC 2019 compiler (#3677)

parent 0f0086d0
......@@ -77,6 +77,10 @@ if ("${CMAKE_GENERATOR}" MATCHES "^Visual Studio.*$")
set(MSVS TRUE)
endif()
if (CMAKE_CXX_COMPILER_ID MATCHES MSVC)
add_definitions(/bigobj)
endif()
# APPLE: Set CMAKE_OSX_SYSROOT if not set already.
if (APPLE)
execute_process(COMMAND sw_vers -productVersion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment