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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-08-13 14:03:50 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-08-13 14:10:10 +0300
commit865608156157951e1e1c1bda1906e5fbfd762ced (patch)
tree24631ac3f740f45370516e5d1dcb05c602a7c5a5 /source/blender/depsgraph/CMakeLists.txt
parent3ee6b940dfd42a2251d1d3d44131f754d27769dd (diff)
Depsgraph: Remove obscure code which was only needed for old OSD implementation
Diffstat (limited to 'source/blender/depsgraph/CMakeLists.txt')
-rw-r--r--source/blender/depsgraph/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/depsgraph/CMakeLists.txt b/source/blender/depsgraph/CMakeLists.txt
index c9cdea34401..c39ce65a337 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -113,8 +113,4 @@ if(WITH_BOOST)
add_definitions(-DHAVE_BOOST_FUNCTION_BINDINGS)
endif()
-if(WITH_OPENSUBDIV)
- add_definitions(-DWITH_OPENSUBDIV)
-endif()
-
blender_add_lib(bf_depsgraph "${SRC}" "${INC}" "${INC_SYS}")