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>2016-01-26 17:41:06 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-26 17:42:35 +0300
commitcbb498cfb0b8794ec0095b9471e1fe708a2d6322 (patch)
tree5c3bd5134681af059a98bd3ba7cf7ccad58ffcf5 /CMakeLists.txt
parent43957a117713e9dfe4ad189a173df3c9cc98bf34 (diff)
CMake: Corrections around disabling Boost
Were some missing dependencies in the checks.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cac2d00d2c9..bda0d17abf5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -680,10 +680,13 @@ if(NOT WITH_BOOST)
set_and_warn(WITH_AUDASPACE OFF)
set_and_warn(WITH_INTERNATIONAL OFF)
set_and_warn(WITH_OPENVDB OFF)
+ set_and_warn(WITH_OPENCOLORIO OFF)
+ set_and_warn(WITH_MOD_BOOLEAN OFF)
set_and_warn(WITH_OPENAL OFF) # depends on AUDASPACE
set_and_warn(WITH_GAMEENGINE OFF) # depends on AUDASPACE
-elseif(WITH_CYCLES OR WITH_OPENIMAGEIO OR WITH_AUDASPACE OR WITH_INTERNATIONAL OR WITH_OPENVDB)
+ set_and_warn(WITH_PLAYER OFF) # depends on AUDASPACE
+elseif(WITH_CYCLES OR WITH_OPENIMAGEIO OR WITH_AUDASPACE OR WITH_INTERNATIONAL OR WITH_OPENVDB OR WITH_OPENCOLORIO OR WITH_MOD_BOOLEAN)
# Keep enabled
else()
# Enabled but we don't need it