From 3fc199017e0cd0faf62eead9638dc2ce3320e062 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Mon, 22 Jun 2026 16:57:30 +0700 Subject: [PATCH] docs(cmake): note runtime config conan opt-in --- cmake/RippledSettings.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/RippledSettings.cmake b/cmake/RippledSettings.cmake index 522e3ddea..41bd90640 100644 --- a/cmake/RippledSettings.cmake +++ b/cmake/RippledSettings.cmake @@ -15,6 +15,9 @@ option(tests "Build tests" ON) option(xahaud_runtime_test_config "Enable XAHAUD_RUNTIME_TEST_CONFIG env and runtime_config RPC fault-injection controls" OFF) +# Conan 2 local opt-in: +# [conf] +# tools.cmake.cmaketoolchain:extra_variables={"xahaud_runtime_test_config":"ON"} option(unity "Creates a build using UNITY support in cmake. This is the default" ON) if(unity)