Skip to content

Commit

Permalink
Fix spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Sep 27, 2023
1 parent 4cc9751 commit 7103d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/tools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ endfunction()
If we build third party packages with a different CONFIG setting from building
otel-cpp, cmake may not find a suitable file in imported targets (#705, #1359)
when linking. But on some platforms, different CONFIG settings can be used when
ABI these CONFIG settings have the same ABI. For example, on Linux, we can build
these CONFIG settings have the same ABI. For example, on Linux, we can build
gRPC and protobuf with -DCMAKE_BUILD_TYPE=Release, but build otel-cpp with
-DCMAKE_BUILD_TYPE=Debug and links these libraries together.
The properties of imported targets can be find here:
The properties of imported targets can be found here:
https://cmake.org/cmake/help/latest/manual/cmake-properties.7.html#properties-on-targets
]]
function(project_build_tools_patch_default_imported_config)
Expand Down

0 comments on commit 7103d05

Please sign in to comment.