From b4bef32bd9d43178454c678374c7eff2222e9d7b Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Wed, 21 Jan 2009 18:44:36 +0000 Subject: * Fixed a minor CMake error for WITH_YAFRAY option * Removed two unused sculpt DNA fields * Restored brush spacing option to sculpt --- source/blender/render/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/render') diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt index c259e11a8c1..5465600d22b 100644 --- a/source/blender/render/CMakeLists.txt +++ b/source/blender/render/CMakeLists.txt @@ -34,7 +34,7 @@ SET(INC IF(NOT WITH_YAFRAY) ADD_DEFINITIONS(-DDISABLE_YAFRAY) -ENDIF(WITH_YAFRAY) +ENDIF(NOT WITH_YAFRAY) IF(WITH_OPENEXR) -- cgit v1.2.3