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:
authorThomas Dinges <blender@dingto.org>2011-11-24 23:22:34 +0400
committerThomas Dinges <blender@dingto.org>2011-11-24 23:22:34 +0400
commit366554d3038f9710f469bd2461c6761784f11f34 (patch)
treee0d00b0c89eaa86578f384f613ad3d2ef2d09c7d /build_files
parentfc77949b5d37d0dc7208bbf4e859dfccedfdf1d5 (diff)
Scons / Cycles:
* Add dummy WITH_BF_CYCLES_BINARIES to scons, to be able to copy the .cubin kernels from cmake and have it work.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/tools/btools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 4c826b12e89..1ddbfcb9608 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -544,6 +544,7 @@ def read_opts(env, cfg, args):
localopts.AddVariables(
(BoolVariable('WITH_BF_CYCLES', 'Build with the Cycles engine', True)),
+ (BoolVariable('WITH_BF_CYCLES_BINARIES', 'Build with precompiled CUDA binaries', False)),
(BoolVariable('WITH_BF_OIIO', 'Build with OpenImageIO', False)),
(BoolVariable('WITH_BF_STATICOIIO', 'Staticly link to OpenImageIO', False)),