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>2009-10-05 11:08:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-05 11:08:59 +0400
commit0f07bea06bcaaa9db9568c9b28bd00da18e5f56f (patch)
tree324bdc5ba796383e7e531d9994128f4d47ae5177 /source/blender/python/CMakeLists.txt
parentaf522abf33bd3b8caf61f596d1e0a35285e45f9a (diff)
remove unused defines, cant check every case but from grepping the souece it should go ok.
Diffstat (limited to 'source/blender/python/CMakeLists.txt')
-rw-r--r--source/blender/python/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/CMakeLists.txt b/source/blender/python/CMakeLists.txt
index 7abec566505..a83e29e2fab 100644
--- a/source/blender/python/CMakeLists.txt
+++ b/source/blender/python/CMakeLists.txt
@@ -46,8 +46,6 @@ IF(WITH_FFMPEG)
ADD_DEFINITIONS(-DWITH_FFMPEG)
ENDIF(WITH_FFMPEG)
-ADD_DEFINITIONS(-DWITH_CCGSUBSURF)
-
BLENDERLIB(bf_python "${SRC}" "${INC}")
BLENDERLIB(bf_gen_python "${GENSRC}" "${INC}")