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:
authorSergey Sharybin <sergey@blender.org>2022-06-20 18:11:33 +0300
committerSergey Sharybin <sergey@blender.org>2022-06-20 18:11:33 +0300
commit549f9a117810a8d4492b8c1757b4c0f4dc4780bb (patch)
treed19568b7601cb8cc4a697bd2ea68e83178f51d03
parentdf3a67fc52e2a9a5e8158e3db2195e406cf6ec05 (diff)
Build Deps: Disallow looking for Python in registry for ISPC
Should prevent accidental use of wrong Python.
-rw-r--r--build_files/build_environment/cmake/ispc.cmake1
1 files changed, 1 insertions, 0 deletions
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.