chore: Update CI to use Conan 2 (#5556)

This is a minimally invasive update to use Conan 2 provided by our new build images.
This commit is contained in:
Michael Legleux
2025-07-15 15:17:22 -07:00
committed by GitHub
parent 8aa94ea09a
commit 452263eaa5
10 changed files with 237 additions and 228 deletions

View File

@@ -9,7 +9,7 @@ project(
LANGUAGES CXX
)
find_package(xrpl REQUIRED)
find_package(xrpl CONFIG REQUIRED)
add_executable(example)
target_sources(example PRIVATE src/example.cpp)