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...
This commit is contained in:
Bastien Montagne 2020-03-27 15:46:47 +01:00
parent 0a02c288aa
commit 671d811323

@ -5191,7 +5191,7 @@ print_info() {
PRINT "" PRINT ""
PRINT "If you're using CMake add this to your configuration flags:" 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 *OPENCOLORIO* -U *OPENEXR* -U *OPENIMAGEIO* -U *LLVM* -U *CYCLES*"
_buildargs="$_buildargs -U *OPENSUBDIV* -U *OPENVDB* -U *COLLADA* -U *FFMPEG* -U *ALEMBIC* -U *USD*" _buildargs="$_buildargs -U *OPENSUBDIV* -U *OPENVDB* -U *COLLADA* -U *FFMPEG* -U *ALEMBIC* -U *USD*"