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>2020-08-12 17:26:42 +0300
committerRay Molenkamp <github@lazydodo.com>2020-08-12 17:26:42 +0300
commitb0dc413f4d96f4afd6b376d3532f639c6e993729 (patch)
tree7e772bb2d2238543674d38200a2feeee6b49a544 /build_files
parent84076260da267a7537398a71f2ef3a2b0cf2e23f (diff)
deps_builder: Cleanup options.cmake for windows
We no longer build the thumbnail dll in the builder and these variables are no longer used.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/options.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/build_files/build_environment/cmake/options.cmake b/build_files/build_environment/cmake/options.cmake
index fe2f1fa34e5..2542f723845 100644
--- a/build_files/build_environment/cmake/options.cmake
+++ b/build_files/build_environment/cmake/options.cmake
@@ -195,18 +195,6 @@ set(DEFAULT_CMAKE_FLAGS
)
if(WIN32)
- # We need both flavors to build the thumbnail dlls
- if(MSVC12)
- set(GENERATOR_32 "Visual Studio 12 2013")
- set(GENERATOR_64 "Visual Studio 12 2013 Win64")
- elseif(MSVC14)
- set(GENERATOR_32 "Visual Studio 14 2015")
- set(GENERATOR_64 "Visual Studio 14 2015 Win64")
- endif()
-endif()
-
-
-if(WIN32)
if(BUILD_MODE STREQUAL Debug)
set(ZLIB_LIBRARY zlibstaticd${LIBEXT})
else()