From 226a5ee83446f91cfeccc73912de85e89fe2169f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Oct 2012 02:39:26 +0000 Subject: remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used. --- source/blender/blenkernel/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/blenkernel/CMakeLists.txt') diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt index d4e7f09b5f1..c5dc7da8edf 100644 --- a/source/blender/blenkernel/CMakeLists.txt +++ b/source/blender/blenkernel/CMakeLists.txt @@ -356,12 +356,6 @@ if(WITH_MOD_OCEANSIM) add_definitions(-DWITH_OCEANSIM) endif() -if(WITH_MOD_DECIMATE) - list(APPEND INC - ../../../intern/decimation/extern - ) -endif() - if(WITH_MOD_BOOLEAN) list(APPEND INC ../../../intern/bsp/extern -- cgit v1.2.3