-
Notifications
You must be signed in to change notification settings - Fork 517
Open
Description
As noted in #365 it looks like build is broken without using -DBUILD_TESTING=OFF
and -DBUILD_GENERATORS=OFF
. This means we can't run the tests on shared object builds.
The issue with h3WithTestAllocators
is probably the same as was seen on Mac OSX where a special build option is needed to have unknown symbols be looked up dynamically. Edit: Perhaps this can be done with https://docs.microsoft.com/en-us/cpp/build/reference/force-force-file-output?view=vs-2019 but this does not sound like a recommended approach.
generateFaceCenterPoint
unsure why this one is not working for me. Edit: Probably the symbol is not exported automatically as it's a const variable rather than a function.
Metadata
Metadata
Assignees
Labels
No labels