You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If OPENVDB_USE_STATIC_LIBS is set, _OPENVDB_HIDDEN_DEPENDENCIES will be empty and Blosc::blosc and ZLIB::ZLIB won't be added as dependencies of the OpenVDB::openvdb target (they're neither added to _OPENVDB_VISIBLE_DEPENDENCIES).
I'm experiencing issues with that through the vcpkg port: I'm getting undefined symbols for blosc.
What's the intended behavior here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I'm trying to understand the following code in
FindOpenVDB.cmake
:https://github.com/AcademySoftwareFoundation/openvdb/blob/v11.0.0/cmake/FindOpenVDB.cmake
If OPENVDB_USE_STATIC_LIBS is set,
_OPENVDB_HIDDEN_DEPENDENCIES
will be empty andBlosc::blosc
andZLIB::ZLIB
won't be added as dependencies of theOpenVDB::openvdb
target (they're neither added to_OPENVDB_VISIBLE_DEPENDENCIES
).I'm experiencing issues with that through the vcpkg port: I'm getting undefined symbols for blosc.
What's the intended behavior here?
Beta Was this translation helpful? Give feedback.
All reactions