This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 1fb8c9499a5f21cb430ddd1e555fc380074284c2
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Mon Apr 15 13:17:47 2024 -0500

    CMakePresets: add opentelemetry_ROOT with CURL_ROOT (#11252)
    
    CURL_ROOT is only useful if opentelemetry_ROOT is set. Having the former
    without the latter causes a warning. This will address the warning and
    also get more otel_tracer build coverage.
    
    (cherry picked from commit 25eea4672936a2c94fcb15d6b06b845fc789345a)
---
 CMakePresets.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakePresets.json b/CMakePresets.json
index 4c30bf9816..6fcae37e80 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -173,6 +173,7 @@
       "description": "CI Pipeline config for Fedora Linux compiled with c++20",
       "inherits": ["ci"],
       "cacheVariables": {
+        "opentelemetry_ROOT": "/opt",
         "CURL_ROOT": "/opt",
         "CMAKE_CXX_STANDARD": "20"
       }
@@ -185,6 +186,7 @@
       "cacheVariables": {
         "OPENSSL_ROOT_DIR": "/opt/boringssl",
         "quiche_ROOT": "/opt/quiche",
+        "opentelemetry_ROOT": "/opt",
         "CURL_ROOT": "/opt",
         "CMAKE_INSTALL_PREFIX": "/tmp/ats-quiche",
         "ENABLE_QUICHE": true

Reply via email to