[Bf-blender-cvs] [a702ff4c038] blender2.8: CMake: Boost no longer needed for Audaspace references either

Jörg Müller noreply at git.blender.org
Fri Aug 18 19:08:09 CEST 2017


Commit: a702ff4c03860e0cc80a15f5efe9ba7d9f02b3ed
Author: Jörg Müller
Date:   Fri Aug 18 19:07:39 2017 +0200
Branches: blender2.8
https://developer.blender.org/rBa702ff4c03860e0cc80a15f5efe9ba7d9f02b3ed

CMake: Boost no longer needed for Audaspace references either

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3c913982cd1..9ea7581ec34 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -631,10 +631,6 @@ if(NOT WITH_BOOST)
 	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
-	set_and_warn(WITH_PLAYER         OFF)  # depends on GAMEENGINE
 elseif(WITH_CYCLES OR WITH_OPENIMAGEIO OR WITH_INTERNATIONAL OR
        WITH_OPENVDB OR WITH_OPENCOLORIO OR WITH_MOD_BOOLEAN)
 	# Keep enabled



More information about the Bf-blender-cvs mailing list