Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on Windows does not move DLLs to output folder #628

Open
gc435 opened this issue Nov 18, 2020 · 1 comment
Open

Installation on Windows does not move DLLs to output folder #628

gc435 opened this issue Nov 18, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@gc435
Copy link

gc435 commented Nov 18, 2020

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.

To Reproduce
Steps to reproduce the behavior:

  1. cd build
  2. cmake -DCMAKE_TOOLCHAIN_FILE=[path to]/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_INSTALL_PREFIX=[path to]/install ..
  3. cmake --build .
  4. cmake --install . --config Debug
  5. Runing install/bin/drogon_ctl.exe will fail since the required DLLs were not moved to install/bin

Expected behavior
drogon_ctl.exe should display its help page. DLLs listed by dumpbin /dependents install/bin/drogon_ctl.exe should be found.

Desktop (please complete the following information):

  • OS: Windows 10
@gc435
Copy link
Author

gc435 commented Nov 18, 2020

Other tools to help investigate this:

@an-tao an-tao added the enhancement New feature or request label Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants