CMake: Enable WITH_PYTHON_INSTALL for lite builds

This is needed to run on OSX and Windows when system python isn't found.
This commit is contained in:
Campbell Barton
2015-10-12 00:46:54 +11:00
parent 83721682bb
commit 27be9a2f3b
3 changed files with 2 additions and 3 deletions

View File

@@ -48,7 +48,6 @@ set(WITH_OPENCOLORIO OFF CACHE BOOL "" FORCE)
set(WITH_OPENIMAGEIO OFF CACHE BOOL "" FORCE)
set(WITH_OPENMP OFF CACHE BOOL "" FORCE)
set(WITH_OPENNL OFF CACHE BOOL "" FORCE)
set(WITH_PYTHON_INSTALL OFF CACHE BOOL "" FORCE)
set(WITH_RAYOPTIMIZATION OFF CACHE BOOL "" FORCE)
set(WITH_SDL OFF CACHE BOOL "" FORCE)
set(WITH_X11_XINPUT OFF CACHE BOOL "" FORCE)