Commit: b0dc413f4d96f4afd6b376d3532f639c6e993729
Author: Ray Molenkamp
Date:   Wed Aug 12 08:26:42 2020 -0600
Branches: master
https://developer.blender.org/rBb0dc413f4d96f4afd6b376d3532f639c6e993729

deps_builder: Cleanup options.cmake for windows

We no longer build the thumbnail dll in the builder
and these variables are no longer used.

===================================================================

M       build_files/build_environment/cmake/options.cmake

===================================================================

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
@@ -194,18 +194,6 @@ set(DEFAULT_CMAKE_FLAGS
   ${PLATFORM_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})

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to