File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -376,8 +376,8 @@ and user may have to customize it further before using it as distribution.
376376- Windows : NuGet, zip
377377
378378This requires platform specific package generators already installed. The package
379- generation can subsequently be enabled by using OTELCPP_BUILD_PACKAGE option during cmake
380- configuration
379+ generation can subsequently be enabled by using OTELCPP_BUILD_PACKAGE option
380+ during cmake configuration
381381
382382 ``` console
383383 $ cd opentelemetry-cpp
Original file line number Diff line number Diff line change @@ -298,8 +298,8 @@ the given ABI is no longer available.
298298
299299The build files are the source of truth for which ABI version is currently
300300experimental versus stable. In CMake, the experimental version is the
301- ` OTELCPP_WITH_ABI_VERSION_* ` option labeled ` EXPERIMENTAL ` in ` CMakeLists.txt ` , and it
302- is off by default; any version without that label is stable.
301+ ` OTELCPP_WITH_ABI_VERSION_* ` option labeled ` EXPERIMENTAL ` in ` CMakeLists.txt ` ,
302+ and it is off by default; any version without that label is stable.
303303
304304The following sections describe the migration path from one ABI (v1) to the
305305next (v2).
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ if(OTELCPP_WITH_HTTP_CLIENT_CURL
2323 otel_add_component (COMPONENT ext_http TARGETS opentelemetry_http_client )
2424endif ()
2525
26- if (DEFINED OTELCPP_BUILD_DLL)
26+ if (OTELCPP_BUILD_DLL)
2727 add_subdirectory (dll )
2828endif ()
You can’t perform that action at this time.
0 commit comments