[Bf-blender-cvs] [671d811323e] master: Install_deps: Do not wipe out `WITH_PYTHON` CMake options.

Bastien Montagne noreply at git.blender.org
Fri Mar 27 15:47:50 CET 2020


Commit: 671d811323edc44092eba4e17596badd606f4ebb
Author: Bastien Montagne
Date:   Fri Mar 27 15:46:47 2020 +0100
Branches: master
https://developer.blender.org/rB671d811323edc44092eba4e17596badd606f4ebb

Install_deps: Do not wipe out `WITH_PYTHON` CMake options.

This is annoying when one want to use system python and hence disables
the `WITH_PYTHON_INSTALL` options...

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

M	build_files/build_environment/install_deps.sh

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

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 69d607b0c8a..e8f49c0c75c 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -5191,7 +5191,7 @@ print_info() {
   PRINT ""
   PRINT "If you're using CMake add this to your configuration flags:"
 
-  _buildargs="-U *SNDFILE* -U *PYTHON* -U *BOOST* -U *Boost*"
+  _buildargs="-U *SNDFILE* -U PYTHON* -U *BOOST* -U *Boost*"
   _buildargs="$_buildargs -U *OPENCOLORIO* -U *OPENEXR* -U *OPENIMAGEIO* -U *LLVM* -U *CYCLES*"
   _buildargs="$_buildargs -U *OPENSUBDIV* -U *OPENVDB* -U *COLLADA* -U *FFMPEG* -U *ALEMBIC* -U *USD*"



More information about the Bf-blender-cvs mailing list