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:
authorShaul Kedem <shaul_kedem@yahoo.com>2009-06-30 22:20:12 +0400
committerShaul Kedem <shaul_kedem@yahoo.com>2009-06-30 22:20:12 +0400
commitd37a8fb5bfc4888426e216980fddbf574684a02c (patch)
tree23a4cbc33ca26cc5986d8e7476ccff7d0d424772 /CMakeLists.txt
parent30dcada24d1820e5aed4e1a671543e040918e910 (diff)
windows cmake uses python26 now, make sure your lib/windows is up to date (requires an additional svn update, in lib/windows
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 99f1c10027b..714ec4095af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -193,10 +193,10 @@ IF(WIN32)
ENDIF(CMAKE_CL_64)
SET(PYTHON ${LIBDIR}/python)
- SET(PYTHON_VERSION 2.5)
+ SET(PYTHON_VERSION 2.6)
SET(PYTHON_INC "${PYTHON}/include/python${PYTHON_VERSION}")
SET(PYTHON_BINARY python)
- SET(PYTHON_LIB python25)
+ SET(PYTHON_LIB python26)
SET(PYTHON_LIBPATH ${PYTHON}/lib)
IF(CMAKE_CL_64)