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:
authorCampbell Barton <ideasman42@gmail.com>2011-06-19 14:19:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-19 14:19:10 +0400
commit77698421b3afd3bd96b1829ebf91d5bc6f8eb895 (patch)
treef0ad4f3fdc87d0c01f5f85fec8269d4f22eafc36 /CMakeLists.txt
parent8eb375048eb1ca908b4228eb568a95f0fb53c0ff (diff)
fix for building with msvc
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cfddf213ed2..513211a07da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -668,12 +668,10 @@ elseif(WIN32)
endif()
if(WITH_PYTHON)
- set(PYTHON ${LIBDIR}/python)
set(PYTHON_VERSION 3.2)
set(PYTHON_INCLUDE_DIRS "${PYTHON}/include/python${PYTHON_VERSION}")
# set(PYTHON_BINARY python) # not used yet
- set(PYTHON_LIBRARIES python32)
- set(PYTHON_LIBPATH ${PYTHON}/lib)
+ set(PYTHON_LIBRARIES ${LIBDIR}/python/lib/python32.lib)
endif()
# MSVC only, Mingw doesnt need