AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Mozilla Public License 2.0
2.62k stars 647 forks source link

Turn off USE_EXPLICIT_INSTANTIATION on Windows by default #1721

Closed Idclip closed 8 months ago

Idclip commented 9 months ago

https://github.com/AcademySoftwareFoundation/openvdb/issues/1718 https://github.com/AcademySoftwareFoundation/openvdb/issues/1624

danrbailey commented 8 months ago

Maybe a first step is to just disable it when building static libs on Windows?

Never mind, we can come back and make that additional change later.