microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.9k stars 6.32k forks source link

drogon_ctl installed incorrectly via vcpkg, can't create model #31200

Closed Rinnekioku closed 1 year ago

Rinnekioku commented 1 year ago

Describe the bug Installing drogon via vcpkg results in unsupported databases usage, it does not matter if there are installed packages, built drogon from source and drogon_ctl create model working

Environment

To Reproduce Steps to reproduce the behavior:

  1. ./vcpkg install drogon[ctl]
  2. run drogon_ctl create model
  3. Observe that drogon_ctl can't create models because it thinks that there are no database dev libraries Repro code when

Expected behavior drogon_ctl runs craete model succesfully

Failure logs -(please attached failure logs)

Additional context

Rinnekioku commented 1 year ago

Submited this to drogon repo think that this related more to this https://github.com/drogonframework/drogon/issues/1584