mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-12 01:09:02 +00:00
(#7235) Document KB-H062 and KB-H064
This commit is contained in:

committed by
GitHub

parent
1020df5ba3
commit
e3db70c116
@@ -365,3 +365,12 @@ The .gitattribute file lists which files should be converted to LF when commit.
|
||||
> git config --local core.eol lf
|
||||
|
||||
The `core.autocrlf` disabled means that git will not convert from CRLF to LF on commit. The `core.eol` sets the specific line ending to be used for every commit.
|
||||
|
||||
#### **<a name="KB-H062">#KB-H062</a>: "TOOLS CROSS BUILDING"**
|
||||
|
||||
Replace all occurrences of `tools.cross_building(self.settings)` with `tools.cross_building(self)`.
|
||||
When cross building, conan needs to compare `self.settings` and `self.settings_build`, which are attributes of `self`.
|
||||
|
||||
#### **<a name="KB-H064">#KB-H064</a>: "INVALID TOPICS"**
|
||||
|
||||
An invalid topic has been detected. Remove or rename it.
|
||||
|
Reference in New Issue
Block a user