opentelemetry-cpp
opentelemetry-cpp copied to clipboard
Windows tests setting an unused `WITH_OTPROTCOL` CMake option
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.exporter.otprotocol.testcmake.exporter.otprotocol.with_async_export.testcmake.exporter.otprotocol.dll.test
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