Skip to content
Snippets Groups Projects
Commit 0095c2da authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

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.
parent c8d2ebe1
Branches
Tags
No related merge requests found
...@@ -158,7 +158,6 @@ option_defaults_init( ...@@ -158,7 +158,6 @@ option_defaults_init(
_init_IMAGE_REDCODE _init_IMAGE_REDCODE
_init_INPUT_NDOF _init_INPUT_NDOF
_init_JACK _init_JACK
_init_LIBMV_SCHUR_SPECIALIZATION
_init_OPENCOLLADA _init_OPENCOLLADA
_init_OPENCOLORIO _init_OPENCOLORIO
_init_SDL _init_SDL
...@@ -351,7 +350,7 @@ endif() ...@@ -351,7 +350,7 @@ endif()
# Camera/motion tracking # Camera/motion tracking
option(WITH_LIBMV "Enable Libmv structure from motion library" ON) 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") 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_SCHUR_SPECIALIZATIONS)
mark_as_advanced(WITH_LIBMV_WERROR) mark_as_advanced(WITH_LIBMV_WERROR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment