[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33215] trunk/blender/CMakeLists.txt: error in last commit.

Campbell Barton ideasman42 at gmail.com
Sun Nov 21 17:42:15 CET 2010


Revision: 33215
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33215
Author:   campbellbarton
Date:     2010-11-21 17:42:05 +0100 (Sun, 21 Nov 2010)

Log Message:
-----------
error in last commit.

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2010-11-21 16:32:11 UTC (rev 33214)
+++ trunk/blender/CMakeLists.txt	2010-11-21 16:42:05 UTC (rev 33215)
@@ -137,9 +137,9 @@
 	MESSAGE(FATAL_ERROR "WITH_PLAYER needs WITH_GAMEENGINE")
 ENDIF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
 
-IF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
-	MESSAGE(FATAL_ERROR "WITH_PLAYER needs WITH_GAMEENGINE")
-ENDIF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
+IF(NOT WITH_INSTALL AND WITH_PYTHON_INSTALL)
+	MESSAGE("WARNING: WITH_PYTHON_INSTALL needs WITH_INSTALL")
+ENDIF(NOT WITH_INSTALL AND WITH_PYTHON_INSTALL)
 
 IF(NOT WITH_SAMPLERATE AND (WITH_OPENAL OR WITH_SDL OR WITH_JACK))
 	MESSAGE(FATAL_ERROR "WITH_OPENAL/WITH_SDL/WITH_JACK need WITH_SAMPLERATE")





More information about the Bf-blender-cvs mailing list