Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2018-08-10 19:35:42 +0300
committerRay Molenkamp <github@lazydodo.com>2018-08-10 19:37:15 +0300
commit7daf62950bb5b85dc6acb459800c854692838631 (patch)
tree5f8c00793f7bb044678c1acf5e4c4a2142cce680 /build_files/build_environment/cmake/boost.cmake
parent92217a81b59a4908811348467906e980ed774a85 (diff)
build_environment: python 3.7.0 + numpy 1.15.0
Diffstat (limited to 'build_files/build_environment/cmake/boost.cmake')
-rw-r--r--build_files/build_environment/cmake/boost.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/build_files/build_environment/cmake/boost.cmake b/build_files/build_environment/cmake/boost.cmake
index 363b552f901..9be6ea9f011 100644
--- a/build_files/build_environment/cmake/boost.cmake
+++ b/build_files/build_environment/cmake/boost.cmake
@@ -26,15 +26,9 @@ if(WIN32)
set(PYTHON_ARCH2 win32)
set(PYTHON_OUTPUTDIR ${BUILD_DIR}/python/src/external_python/pcbuild/win32/)
endif()
- if(MSVC12)
- set(BOOST_TOOLSET toolset=msvc-12.0)
- set(BOOST_COMPILER_STRING -vc120)
- set(PYTHON_COMPILER_STRING v120)
- endif()
if(MSVC14)
set(BOOST_TOOLSET toolset=msvc-14.0)
set(BOOST_COMPILER_STRING -vc140)
- set(PYTHON_COMPILER_STRING v140)
endif()
set(JAM_FILE ${BUILD_DIR}/boost/src/external_boost/user-config.jam)
set(semi_path "${PATCH_DIR}/semi.txt")