From 7103d0515c67b566a9618de78bd1d8991053a6ce Mon Sep 17 00:00:00 2001 From: owent Date: Wed, 27 Sep 2023 14:48:42 +0800 Subject: [PATCH] Fix spell error --- cmake/tools.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/tools.cmake b/cmake/tools.cmake index 98c6905bc7..35f0f6b989 100644 --- a/cmake/tools.cmake +++ b/cmake/tools.cmake @@ -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)