Skip to content

Commit 0e2239f

Browse files
committed
Fixes OTELCPP_BUILD_DLL and markdownlint
1 parent 0b8611e commit 0e2239f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ and user may have to customize it further before using it as distribution.
376376
- Windows : NuGet, zip
377377

378378
This 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

docs/abi-version-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ the given ABI is no longer available.
298298

299299
The build files are the source of truth for which ABI version is currently
300300
experimental 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

304304
The following sections describe the migration path from one ABI (v1) to the
305305
next (v2).

ext/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ if(OTELCPP_WITH_HTTP_CLIENT_CURL
2323
otel_add_component(COMPONENT ext_http TARGETS opentelemetry_http_client)
2424
endif()
2525

26-
if(DEFINED OTELCPP_BUILD_DLL)
26+
if(OTELCPP_BUILD_DLL)
2727
add_subdirectory(dll)
2828
endif()

0 commit comments

Comments
 (0)