You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CMAKE] Fix CMake 4.x build error on MacOS runner and when building opentracing (open-telemetry#3649)
* set the CMAKE_POLICY_VERSION_MINIMUM=3.5 as a cache variable and environment variable when building opentracing-cpp to support cmake 4.x
* downgrade cmake to 3.31.0 for the macos conan stable version test
* don't use sudo to run the setup cmake script on macos
0 commit comments