vcpkg/ports/drogon
Mohsen Mirkarimi d765306b07
[drogon] fix: patch drogon redis link (#32694)
* fix: patch drogon redis link

drogon's source root CMakeLists.txt is now patched to link to
hiredis::hiredis provided by vcpkg hiredis port.

when using vcpkg manifest mode it used to link drogon.dll target to
hiredis.dll while on debug build, hiredisd.dll is only available.
this patch resolves this problem.
2023-07-23 17:51:13 -07:00
..
drogon_config.patch
fix_gcc13.patch [drogon] Fix gcc13 compilation errors (#32270) 2023-06-29 14:41:04 -07:00
portfile.cmake [drogon] fix: patch drogon redis link (#32694) 2023-07-23 17:51:13 -07:00
usage
vcpkg_redis.patch [drogon] fix: patch drogon redis link (#32694) 2023-07-23 17:51:13 -07:00
vcpkg.json [drogon] fix: patch drogon redis link (#32694) 2023-07-23 17:51:13 -07:00
vcpkg.patch