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>2008-12-21 06:11:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-12-21 06:11:32 +0300
commitf288a43457a707f767282909747897616171fc94 (patch)
treebd118ede3bfb65cc65ddd277c40fa7b040fb9313 /source/blender/blenkernel/CMakeLists.txt
parenteb1d0e139f5dba57b487cc5d9149774175da16bd (diff)
define WITH_CCGSUBSURF isnt used anymore
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 0ed4f38e457..04ca5c79a11 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -65,8 +65,6 @@ IF(WITH_PLAYER)
SUBDIRS(bad_level_call_stubs)
ENDIF(WITH_PLAYER)
-ADD_DEFINITIONS(-DWITH_CCGSUBSURF)
-
BLENDERLIB(bf_blenkernel "${SRC}" "${INC}")
IF(WITH_VERSE)