Skip to content

Commit

Permalink
- add doc for KB-H052 (#2640)
Browse files Browse the repository at this point in the history
Signed-off-by: SSE4 <[email protected]>
  • Loading branch information
SSE4 authored Aug 25, 2020
1 parent e906f52 commit d82dadd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/error_knowledge_base.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,7 @@ By default, all packages should be built as static library (the option ``shared`
### **<a name="KB-H051">#KB-H051</a>: "DEFAULT OPTIONS AS DICTIONARY"**

The attribue `default_options` should be a dictionary, for example `default_options = {'shared': False, 'fPIC': True}`.

### **<a name="KB-H052">#KB-H052</a>: "CONFIG.YML HAS NEW VERSION"**

It's important to have new library version defined in both `config.yml` and `conandata.yml`, otherwise newly added version will not be checked and built by CI and will not be available for download.

0 comments on commit d82dadd

Please sign in to comment.