tzaeschke/phtree-cpp

benchmarks don't work with Visual Studio

Opened this issue · 0 comments

The benchmarks still don't compile with cmake in Visual Studio (#62).
After several attempts to fix this there are still numerous linker errors, pointing at a dynamic/shared library discrepancy.
Enforcing /MT and /MTd in the cmake file (or manually in the cmake cache file) did not resolve the issue.

This should be fixed.