mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-26 23:19:07 +00:00
CMakeLists declared option(telemetry) with a default of its own, so the setting had two homes and they were free to disagree. The Conan option already reaches CMake without it: conanfile.py forwards the option into the generated toolchain, which sets the variable this file reads, and every build here goes through Conan. Drop the option() call and keep the if(telemetry) test. docs/build/telemetry.md told readers a CMake option had to be set as well, so that goes with it.