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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: