[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38428] trunk/blender/CMakeLists.txt: error in last commit, was testing with intentionally bad name.

Campbell Barton ideasman42 at gmail.com
Sat Jul 16 09:01:04 CEST 2011


Revision: 38428
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38428
Author:   campbellbarton
Date:     2011-07-16 07:01:04 +0000 (Sat, 16 Jul 2011)
Log Message:
-----------
error in last commit, was testing with intentionally bad name.

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

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2011-07-16 06:55:45 UTC (rev 38427)
+++ trunk/blender/CMakeLists.txt	2011-07-16 07:01:04 UTC (rev 38428)
@@ -1220,7 +1220,7 @@
 # with _any_ library but since we used a fixed python version this tends to
 # be most problematic.
 if(WITH_PYTHON)
-	if(NOT EXISTS "${PYTHON_INCLUDE_DIR}/Pythond.h")
+	if(NOT EXISTS "${PYTHON_INCLUDE_DIR}/Python.h")
 		message(FATAL_ERROR "Missing: \"${PYTHON_INCLUDE_DIR}/Python.h\",\n"
 							"Set the cache entry 'PYTHON_INCLUDE_DIR' to point "
 							"to a valid python include path. Containing "



More information about the Bf-blender-cvs mailing list