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>2010-02-13 17:05:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-13 17:05:04 +0300
commit4eb629c6963b44460d4cdd63c13218c308f13cd5 (patch)
treed9cfb9221a32b23d4774322b2207c4a7912727d3 /source/blender/makesrna/intern/CMakeLists.txt
parentd125f17db82ef8c6bbf069c780abf0f0b8b88968 (diff)
own error in recent commit.
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 32c10cf5edb..58931165638 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -44,7 +44,7 @@ FILE(GLOB INC_FILES ../*.h ../../makesdna/*.h)
IF(NOT WITH_PYTHON)
ADD_DEFINITIONS(-DDISABLE_PYTHON)
-ENDIF(WITH_PYTHON)
+ENDIF(NOT WITH_PYTHON)
IF(WIN32)
SET(INC ${INC} ${PTHREADS_INC})