[Bf-blender-cvs] [ac7163311db] soc-2021-porting-modifiers-to-nodes-merge-by-distance: removed unneeded change in CMake file

Fabian Schempp noreply at git.blender.org
Sat Sep 25 00:27:52 CEST 2021


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}



More information about the Bf-blender-cvs mailing list