[Bf-blender-cvs] [a2b9633] master: CMake: Correction in comment in previous commit

Sergey Sharybin noreply at git.blender.org
Tue Jan 26 15:43:38 CET 2016


Commit: a2b9633791ffbab446dd2a0d8902c60b05eaac15
Author: Sergey Sharybin
Date:   Tue Jan 26 15:42:53 2016 +0100
Branches: master
https://developer.blender.org/rBa2b9633791ffbab446dd2a0d8902c60b05eaac15

CMake: Correction in comment in previous commit

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bda0d17..59a13de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -685,7 +685,7 @@ if(NOT WITH_BOOST)
 
 	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 AUDASPACE
+	set_and_warn(WITH_PLAYER         OFF)  # depends on GAMEENGINE
 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()




More information about the Bf-blender-cvs mailing list