From 0095c2dad2e66a2906fd60c417c845b35a645cf7 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 26 Jan 2016 11:47:53 +0100 Subject: CMake: Keep Schur specializations OFF by default config Now when doing full build is real easy on all platforms, we can only keep it enabled for the blender_full configuration. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ec5053eb58..cac2d00d2c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -158,7 +158,6 @@ option_defaults_init( _init_IMAGE_REDCODE _init_INPUT_NDOF _init_JACK - _init_LIBMV_SCHUR_SPECIALIZATION _init_OPENCOLLADA _init_OPENCOLORIO _init_SDL @@ -351,7 +350,7 @@ endif() # Camera/motion tracking option(WITH_LIBMV "Enable Libmv structure from motion library" ON) -option(WITH_LIBMV_SCHUR_SPECIALIZATIONS "Enable fixed-size schur specializations." ${_init_LIBMV_SCHUR_SPECIALIZATION}) +option(WITH_LIBMV_SCHUR_SPECIALIZATIONS "Enable fixed-size schur specializations." OFF) option(WITH_LIBMV_WERROR "Treat warnings as errors in Libmv (and Blender's motion tracking) code") mark_as_advanced(WITH_LIBMV_SCHUR_SPECIALIZATIONS) mark_as_advanced(WITH_LIBMV_WERROR) -- cgit v1.2.3