Commit: ac7163311dbc31612f98d8220b9489d9818a798c
Author: Fabian Schempp
Date:   Sat Sep 25 00:09:50 2021 +0200
Branches: soc-2021-porting-modifiers-to-nodes-merge-by-distance
https://developer.blender.org/rBac7163311dbc31612f98d8220b9489d9818a798c

removed unneeded change in CMake file

===================================================================

M       source/blender/nodes/CMakeLists.txt

===================================================================

diff --git a/source/blender/nodes/CMakeLists.txt 
b/source/blender/nodes/CMakeLists.txt
index ed80475e98d..57da1cfbadc 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -410,20 +410,6 @@ set(LIB
   bf_intern_sky
 )
 
-if(WITH_OPENVDB)
-  list(APPEND INC
-          ../../../intern/openvdb
-          )
-  list(APPEND INC_SYS
-          ${OPENVDB_INCLUDE_DIRS}
-          )
-  list(APPEND LIB
-          bf_intern_openvdb
-          ${OPENVDB_LIBRARIES}
-          )
-  add_definitions(-DWITH_OPENVDB ${OPENVDB_DEFINITIONS})
-endif()
-
 if(WITH_BULLET)
   list(APPEND INC_SYS
     ${BULLET_INCLUDE_DIRS}

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to