The `*.dll` on Windows is currently being installed in `%PREFIX%\Library\lib` which should however be `%PREFIX%\Library\bin`. The fix is to set ```cmake install(TARGETS ... LIBRARY DESTINATION "lib" ARCHIVE DESTINATION "lib" RUNTIME DESTINATION "bin" ....) ``` Will open a PR. References: * https://github.com/conda-forge/fmt-feedstock/issues/5 * https://github.com/fmtlib/fmt/pull/1437 * https://github.com/fmtlib/fmt/pull/1432
The
*.dllon Windows is currently being installed in%PREFIX%\Library\libwhich should however be%PREFIX%\Library\bin. The fix is to setWill open a PR.
References: