mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-12 19:50:03 +05:00
First run: all three jobs stopped at configure with
Could NOT find Botan (missing: BOTAN_LIBRARY BOTAN_INCLUDE_DIR)
Botan is not a dependency of libretroshare -- it appears in none of its
find_package calls, which is why it was missing from these lists -- but rnp
requires it, and rnp is pulled in by FetchContent as soon as RS_RNPLIB is on.
The super-project's CIs install it for the same reason.
libbotan-2-dev, mingw-w64-ucrt-x86_64-libbotan, botan@2.
|
||
|---|---|---|
| .. | ||
| ci-mingw64.yml | ||
| macos-cmake.yml | ||
| mirror-to-gitlab.yml | ||
| ubuntu-cmake.yml | ||
| windows-cmake.yml | ||