BPY/Windows: Do not bundle the CRT for a bpy build

- Doesn't work
- If it worked, having a different CRT than the rest of
  the process would not be a good thing.
This commit is contained in:
Ray Molenkamp 2020-02-16 10:38:33 -07:00
parent f6d5a95513
commit 70ff8f4a97

@ -45,3 +45,7 @@ elseif(APPLE)
# OpenMP causes linking error on build, disable.
set(WITH_MEM_JEMALLOC OFF CACHE BOOL "" FORCE)
endif()
if(WIN32)
set(WITH_WINDOWS_BUNDLE_CRT OFF CACHE BOOL "" FORCE)
endif()