From 4e31177990cb2b1a2008c8a464ed3e206ceeb5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20Karabulut?= Date: Tue, 10 Aug 2021 22:32:02 +0300 Subject: [PATCH] (#6760) Fix generator name in error knowledge base We don't have a `cmake_find_multi_package` generator. Rename it to `cmake_find_package_multi`. --- docs/error_knowledge_base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/error_knowledge_base.md b/docs/error_knowledge_base.md index 6b7a1c5659..0dbbc3153b 100644 --- a/docs/error_knowledge_base.md +++ b/docs/error_knowledge_base.md @@ -287,7 +287,7 @@ Since the entire community is maintaining all CCI recipes, putting just one name #### **#KB-H040: "NO TARGET NAME"** -According the Conan issue [#6269](https://github.com/conan-io/conan/issues/6269), the attribute `cpp_info.name` should be avoided for Conan Center Index in favor of `cpp_info.names["cmake_find_package"]` and `cpp_info.names["cmake_find_multi_package"]`. +According the Conan issue [#6269](https://github.com/conan-io/conan/issues/6269), the attribute `cpp_info.name` should be avoided for Conan Center Index in favor of `cpp_info.names["cmake_find_package"]` and `cpp_info.names["cmake_find_package_multi"]`. #### **#KB-H041: "NO FINAL ENDLINE"**