From 5e8a030a08b73a1fbd94ed11dcc51d26f1c27dad Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Mon, 27 Aug 2018 19:37:55 -0600 Subject: cmake: adjustments required for lib-upgrade on windows. --- intern/openvdb/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/openvdb/CMakeLists.txt') diff --git a/intern/openvdb/CMakeLists.txt b/intern/openvdb/CMakeLists.txt index f666dc78e75..9ac0817903b 100644 --- a/intern/openvdb/CMakeLists.txt +++ b/intern/openvdb/CMakeLists.txt @@ -38,6 +38,7 @@ set(SRC if(WITH_OPENVDB) add_definitions( -DWITH_OPENVDB + ${OPENVDB_DEFINITIONS} ) if(WITH_OPENVDB_3_ABI_COMPATIBLE) -- cgit v1.2.3