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:
authorTuomo Keskitalo <tkeskita>2020-06-28 17:00:28 +0300
committerRay Molenkamp <github@lazydodo.com>2020-06-28 17:00:28 +0300
commitfa2c7709ff7a0c703420470982ef81e8e74604a8 (patch)
tree108d13c17c53f73199b90b8d14a8ebb2e9bfd9bb /build_files/build_environment
parent6d8b6aec1874f997da8e944f85313e28ced6b911 (diff)
Deps Builder: Fix OSL build error.
When there is no system python OSL will fail to build the documentation. Given we don't ship the documentation, this is safe to disable. Originally part of D8123
Diffstat (limited to 'build_files/build_environment')
-rw-r--r--build_files/build_environment/cmake/osl.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/build_environment/cmake/osl.cmake b/build_files/build_environment/cmake/osl.cmake
index 3532eec144e..db70b2937b8 100644
--- a/build_files/build_environment/cmake/osl.cmake
+++ b/build_files/build_environment/cmake/osl.cmake
@@ -75,6 +75,7 @@ set(OSL_EXTRA_ARGS
-DUSE_LLVM_BITCODE=OFF
-DUSE_PARTIO=OFF
-DUSE_QT=OFF
+ -DINSTALL_DOCS=OFF
${OSL_SIMD_FLAGS}
-DPARTIO_LIBRARIES=
)