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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-10-01 09:59:43 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-10-02 11:01:34 +0400
commit178f8400ee37e11ec5de4a64adfeaaae19cbffe6 (patch)
treefb2f3e4ed065b31764bb5fa5b4ed5167c2fccfa7 /CMakeLists.txt
parent5ab4c6b7aa65eeb878b016666ca6551548c9bc80 (diff)
Libmv: Add an option to disable schur specializations build-time
This way folks with few ram or those who wants to hack into Ceres code might compile Blender much faster.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2cabeb69e4b..b3918214f8c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -244,6 +244,7 @@ option(WITH_LZMA "Enable best LZMA compression, (used for pointcache)"
# Camera/motion tracking
option(WITH_LIBMV "Enable libmv structure from motion library" ON)
+option(WITH_LIBMV_SCHUR_SPECIALIZATIONS "Enable fixed-size schur specializations." ON)
# Freestyle
option(WITH_FREESTYLE "Enable Freestyle (advanced edges rendering)" ON)