docs(cmake): note runtime config conan opt-in

This commit is contained in:
Nicholas Dudfield
2026-06-22 16:57:30 +07:00
parent 4d55443976
commit 3fc199017e

View File

@@ -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)