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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2016-01-23 10:59:34 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2016-01-23 10:59:34 +0300
commit2ebed329ae2d388ef4ad473d1c7465b9f66aecad (patch)
tree4ce4434bb1f7e510aaec4794bcd4fa753a69cef9 /source/blender/editors/object/CMakeLists.txt
parent82603761bc7e0580f9fb9d6b4b1f46e3cb2b3400 (diff)
Prepare merge with master
Diffstat (limited to 'source/blender/editors/object/CMakeLists.txt')
-rw-r--r--source/blender/editors/object/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index 16dfd253726..b3d02d45e13 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -78,11 +78,4 @@ if(WITH_INTERNATIONAL)
add_definitions(-DWITH_INTERNATIONAL)
endif()
-if(WITH_OPENVDB)
- add_definitions(-DWITH_OPENVDB)
- list(APPEND INC
- ../../../../intern/openvdb
- )
-endif()
-
blender_add_lib(bf_editor_object "${SRC}" "${INC}" "${INC_SYS}")