deps_builder: Cleanup boost.cmake on windows

There were some remnants from previous boost::python support
and support for building 32 bit libs on windows, neither are
needed currently.
This commit is contained in:
Ray molenkamp 2020-08-12 08:21:37 -06:00
parent 707c81cd11
commit 5c563cd903
Notes: blender-bot 2023-02-14 05:04:52 +01:00
Referenced by commit df12e6778a, deps_builder: Fix python build on windows
1 changed files with 0 additions and 11 deletions

View File

@ -19,17 +19,6 @@
set(BOOST_ADDRESS_MODEL 64)
if(WIN32)
if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
set(PYTHON_ARCH x64)
set(PYTHON_ARCH2 win-AMD64)
set(PYTHON_OUTPUTDIR ${BUILD_DIR}/python/src/external_python/pcbuild/amd64/)
else()
set(PYTHON_ARCH x86)
set(PYTHON_ARCH2 win32)
set(PYTHON_OUTPUTDIR ${BUILD_DIR}/python/src/external_python/pcbuild/win32/)
set(BOOST_ADDRESS_MODEL 32)
endif()
set(BOOST_TOOLSET toolset=msvc-14.1)
set(BOOST_COMPILER_STRING -vc141)