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:
authorBrecht Van Lommel <brecht>2020-01-19 15:11:27 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-20 11:43:28 +0300
commit02f6722350d9b613450016505db0c24ba2bc9109 (patch)
tree5a6ce94b4f5f46ada09aea115592d78a4b3d4e03 /intern/openvdb
parent78aa32193113964ee031c0e0ab05fba2d32610c4 (diff)
Build: upgrade to OpenEXR 2.4.0, OpenVDB 7.0.0 and Boost 1.70.0
This aligns with the VFX reference platform 2020 along with the decision to stick to Python 3.7, see T68774. Blosc was downgraded to 1.5 as recommended by the OpenVDB documentation. IlmBase and OpenEXR are now built together with CMake rather separately using autoconf. Differential Revision: https://developer.blender.org/D6593
Diffstat (limited to 'intern/openvdb')
-rw-r--r--intern/openvdb/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/openvdb/CMakeLists.txt b/intern/openvdb/CMakeLists.txt
index 5d51e6c3dbc..fdc57d1a282 100644
--- a/intern/openvdb/CMakeLists.txt
+++ b/intern/openvdb/CMakeLists.txt
@@ -43,6 +43,7 @@ if(WITH_OPENVDB)
if(WIN32)
add_definitions(
-DOPENVDB_STATICLIB
+ -D_USE_MATH_DEFINES
)
endif()