chore: Remove all conan options and use purely CMake targets (#2538)

Closes: https://github.com/XRPLF/clio/pull/2535
This commit is contained in:
Ayaz Salikhov
2025-09-08 12:22:36 +01:00
committed by GitHub
parent c40cd8154f
commit 56f4dc591c
5 changed files with 57 additions and 64 deletions

View File

@@ -64,6 +64,7 @@ runs:
-DCMAKE_TOOLCHAIN_FILE:FILEPATH=build/generators/conan_toolchain.cmake \
-DCMAKE_BUILD_TYPE="${BUILD_TYPE}" \
"${SANITIZER_OPTION}" \
-Dtests=ON \
-Dintegration_tests="${INTEGRATION_TESTS}" \
-Dbenchmark="${BENCHMARK}" \
-Dcoverage="${COVERAGE}" \