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

Support relwithdebinfo and minsizerel build #1763

Closed zhangha182 closed 6 months ago

zhangha182 commented 7 months ago

Support other release build by mapping relwithdebinfo and minsizerel to release.

linux-foundation-easycla[bot] commented 7 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.

danrbailey commented 7 months ago

@Idclip - are you ok with this proposed change?

Idclip commented 6 months ago

Yep this is fine. Usually you'd control this with CMAKE_MAP_IMPORTED_CONFIG_<CONFIG> (see https://github.com/AcademySoftwareFoundation/openvdb/issues/1269) but we can do it per package too. We should actually just switch to using find_package(CONFIG) for TBB and EXR.