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
Describe the bug
I use vcpkg to install Drogon's prerequisites. Building Drogon with cmake works just fine, but installing with cmake does not copy the required DLLs to the output bin/ directory.
Describe the bug
I use
vcpkg
to install Drogon's prerequisites. Building Drogon withcmake
works just fine, but installing withcmake
does not copy the required DLLs to the outputbin/
directory.To Reproduce
Steps to reproduce the behavior:
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=[path to]/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_INSTALL_PREFIX=[path to]/install ..
cmake --build .
cmake --install . --config Debug
install/bin/drogon_ctl.exe
will fail since the required DLLs were not moved toinstall/bin
Expected behavior
drogon_ctl.exe
should display its help page. DLLs listed bydumpbin /dependents install/bin/drogon_ctl.exe
should be found.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: