File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Increment the:
1919 [ #2036 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2036 )
2020* [ EXPORTER] GRPC endpoint scheme should take precedence over OTEL_EXPORTER_OTLP_TRACES_INSECURE
2121 [ #2060 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2060 )
22+ * [ BUILD] Restore detfault value of ` OPENTELEMETRY_INSTALL ` to ` ON ` when it's on
23+ top level.[ #2062 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2062 )
2224
2325Important changes:
2426
Original file line number Diff line number Diff line change @@ -118,9 +118,8 @@ option(WITH_GSL
118118
119119option (WITH_ABSEIL "Whether to use Abseil for C++latest features" OFF )
120120
121+ set (OPENTELEMETRY_INSTALL_default ON )
121122if (NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
122- set (OPENTELEMETRY_INSTALL_default ON )
123- else ()
124123 set (OPENTELEMETRY_INSTALL_default OFF )
125124endif ()
126125option (OPENTELEMETRY_INSTALL "Whether to install opentelemetry targets"
You can’t perform that action at this time.
0 commit comments