Skip to content

Fix testing Windows shared object build #366

@isaacbrodsky

Description

@isaacbrodsky

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions