opentelemetry-cpp icon indicating copy to clipboard operation
opentelemetry-cpp copied to clipboard

Windows tests setting an unused `WITH_OTPROTCOL` CMake option

Open dbarker opened this issue 4 months ago • 0 comments

The *.otprotocol.* windows CI tests set an WITH_OTPROTCOL CMake option that is not used. The tests may not be covering what they intend to.

Tests from ci/do_ci.ps1 setting the option include:

CMake warns about the unused option. https://github.com/open-telemetry/opentelemetry-cpp/actions/runs/15336632592/job/43155086475#step:7:212

  Manually-specified variables were not used by the project:

    WITH_OTPROTCOL

dbarker avatar May 30 '25 13:05 dbarker