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
After a build on windows with the LLVM toolchain, where BUILD_SHARED_LIBS=ON and BUILD_STATIC_LIBS=ON is used, the cmake --install . --prefix <path-to-install -v does not install the shared library.
Also, it looks like the DLL link library is overwritten with the static library.