Commit: 549f9a117810a8d4492b8c1757b4c0f4dc4780bb
Author: Sergey Sharybin
Date:   Mon Jun 20 17:11:33 2022 +0200
Branches: master
https://developer.blender.org/rB549f9a117810a8d4492b8c1757b4c0f4dc4780bb

Build Deps: Disallow looking for Python in registry for ISPC

Should prevent accidental use of wrong Python.

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

M       build_files/build_environment/cmake/ispc.cmake

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

diff --git a/build_files/build_environment/cmake/ispc.cmake 
b/build_files/build_environment/cmake/ispc.cmake
index b6dd6415174..86dc1d9efa8 100644
--- a/build_files/build_environment/cmake/ispc.cmake
+++ b/build_files/build_environment/cmake/ispc.cmake
@@ -6,6 +6,7 @@ if(WIN32)
     -DBISON_EXECUTABLE=${LIBDIR}/flexbison/win_bison.exe
     -DM4_EXECUTABLE=${DOWNLOAD_DIR}/mingw/mingw64/msys/1.0/bin/m4.exe
     -DARM_ENABLED=Off
+    -DPython3_FIND_REGISTRY=NEVER
   )
 elseif(APPLE)
   # Use bison and flex installed via Homebrew.

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to