- add doc for KB-H052 (#2640)

Signed-off-by: SSE4 <tomskside@gmail.com>
This commit is contained in:
SSE4
2020-08-25 18:31:37 +07:00
committed by GitHub
parent e906f5278d
commit d82dadd34f

View File

@@ -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.