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
drogon cannot be built with wit sqlite support using the official conan recipe. A PR with the fix is placed conan-center-index but awaits approval. The issue is the custom FindSQLite3.cmake which is not used in the conan case and therefore the target SQLite3_lib is not created and thus not properly linking to sqlite3.
It is fixed the conan recipe for the versions 1.8.0 and 1.8.2 . In time I will try to supply a permanent fix here too, so conan recipes don't require the patches for further versions anymore
It is fixed the conan recipe for the versions 1.8.0 and 1.8.2 . In time I will try to supply a permanent fix here too, so conan recipes don't require the patches for further versions anymore
Describe the bug
drogon cannot be built with wit sqlite support using the official conan recipe. A PR with the fix is placed conan-center-index but awaits approval. The issue is the custom FindSQLite3.cmake which is not used in the conan case and therefore the target
SQLite3_lib
is not created and thus not properly linking to sqlite3.To Reproduce
Steps to reproduce the behavior:
conan install -r conancenter -pr:b default -b missing ..
Show build output
Expected behavior
A successfully built and installed package
Additional context
conan recipe
The text was updated successfully, but these errors were encountered: