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:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-01-21 21:44:36 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-21 21:44:36 +0300
commitb4bef32bd9d43178454c678374c7eff2222e9d7b (patch)
tree94bd72b5d0992e6b0098ca4f8d4fd61f861312dd /source/blender/render/CMakeLists.txt
parente017235adc67f84fcef6c86829b3fa166b39c859 (diff)
* Fixed a minor CMake error for WITH_YAFRAY option
* Removed two unused sculpt DNA fields * Restored brush spacing option to sculpt
Diffstat (limited to 'source/blender/render/CMakeLists.txt')
-rw-r--r--source/blender/render/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)