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-10 18:32:16 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-10 18:32:16 +0400
commit5b1a42cb17e13af08803a61eb65ce7e068ecb127 (patch)
tree51e109c55322f67b82ca6f906d90ed5a7fc69795 /intern/cycles/CMakeLists.txt
parentcf6a1320a8ba5e8952766ad97da6c6a5aaa5472e (diff)
Cycles:
* Fix excessive fireflies in Velvet BSDF (patch by David). * Disable some unused SSE code * Remove RTTI disabling flags for now, this is giving some compile issues and was only needed of OSL which we're not using yet.
Diffstat (limited to 'intern/cycles/CMakeLists.txt')
-rw-r--r--intern/cycles/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index c0992aae7da..d1ee5e0050d 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -32,6 +32,9 @@ if(UNIX AND NOT APPLE)
set(RTTI_DISABLE_FLAGS "-fno-rtti -DBOOST_NO_RTTI -DBOOST_NO_TYPEID")
endif()
+# not needed yet, is for open shading language
+set(RTTI_DISABLE_FLAGS "")
+
# Definitions and Includes
add_definitions(${BOOST_DEFINITIONS} ${OPENIMAGEIO_DEFINITIONS})