blob: 28c9b2aed0d5cdaf9a67b692f6bbe399a938e02a [file] [log] [blame]
# i#310: support building over cygwin ssh where we cannot build pdbs.
# To prevent cmake's try-compile for its working compiler test and
# its ABI determination test we request a Release build config
# via a custom Plaform/Windows-cl.cmake in our make/ dir.
include(${CMAKE_ROOT}/Modules/Platform/Windows-cl.cmake)
set(CMAKE_BUILD_TYPE_INIT Release)