Skip to content

Commit

Permalink
(#6760) Fix generator name in error knowledge base
Browse files Browse the repository at this point in the history
We don't have a `cmake_find_multi_package` generator. Rename it to
`cmake_find_package_multi`.
  • Loading branch information
gokhanettin authored Aug 10, 2021
1 parent 0bd9eb0 commit 4e31177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/error_knowledge_base.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Since the entire community is maintaining all CCI recipes, putting just one name
#### **<a name="KB-H040">#KB-H040</a>: "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"]`.

#### **<a name="KB-H041">#KB-H041</a>: "NO FINAL ENDLINE"**

Expand Down

0 comments on commit 4e31177

Please sign in to comment.