[Bf-blender-cvs] [7f8df73] gooseberry: Disable OpenVDB by default.

Lukas Tönne noreply at git.blender.org
Thu Jun 25 18:27:43 CEST 2015


Commit: 7f8df735ae89b36086b3aa555ad50a656d1a4764
Author: Lukas Tönne
Date:   Thu Jun 25 18:27:12 2015 +0200
Branches: gooseberry
https://developer.blender.org/rB7f8df735ae89b36086b3aa555ad50a656d1a4764

Disable OpenVDB by default.

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3abba5e..4ccd166 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -222,7 +222,7 @@ option(WITH_GAMEENGINE    "Enable Game Engine" ${_init_GAMEENGINE})
 option(WITH_PLAYER        "Build Player" OFF)
 option(WITH_OPENCOLORIO   "Enable OpenColorIO color management" ${_init_OPENCOLORIO})
 option(WITH_COMPOSITOR    "Enable the tile based nodal compositor" ON)
-option(WITH_OPENVDB       "Enable features relying on OpenVDB" ON)
+option(WITH_OPENVDB       "Enable features relying on OpenVDB" OFF)
 option(WITH_OPENVDB_BLOSC "Enable blosc compression for OpenVDB, only enble if OpenVDB was built with blosc support" OFF)
 
 # GHOST Windowing Library Options




More information about the Bf-blender-cvs mailing list