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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-18 19:39:40 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-18 19:39:40 +0400
commit02ce6fd59ca237f0bbaebfb50be9f74039d99e93 (patch)
tree2217c8cab855da458f986da0ee21e04341fc2f7a /intern/cycles/cmake
parentb4097ad11d77e1ecc3ed9ed61cb6970162c547f8 (diff)
Cycles: try to avoid NaN pixels with oren nayar. Also small cmake code cleanup.
Diffstat (limited to 'intern/cycles/cmake')
-rw-r--r--intern/cycles/cmake/external_libs.cmake15
1 files changed, 0 insertions, 15 deletions
diff --git a/intern/cycles/cmake/external_libs.cmake b/intern/cycles/cmake/external_libs.cmake
index 9037362f1ab..7d12e261068 100644
--- a/intern/cycles/cmake/external_libs.cmake
+++ b/intern/cycles/cmake/external_libs.cmake
@@ -71,21 +71,6 @@ if(WITH_CYCLES_PARTIO)
endif()
###########################################################################
-# Blender
-
-if(WITH_CYCLES_BLENDER)
-
- set(BLENDER_INCLUDE_DIRS
- ${CMAKE_SOURCE_DIR}/intern/guardedalloc
- ${CMAKE_SOURCE_DIR}/source/blender/makesdna
- ${CMAKE_SOURCE_DIR}/source/blender/makesrna
- ${CMAKE_SOURCE_DIR}/source/blender/blenloader
- ${CMAKE_BINARY_DIR}/source/blender/makesrna/intern)
-
- add_definitions(-DBLENDER_PLUGIN)
-endif()
-
-###########################################################################
# CUDA
if(WITH_CYCLES_CUDA_BINARIES)