mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-12 09:22:50 +00:00
Add KB-H050 description
Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
@@ -299,3 +299,7 @@ According to PEP [263](https://www.python.org/dev/peps/pep-0263/), Unicode liter
|
||||
#### **<a name="KB-H048">#KB-H048</a>: "CMAKE VERSION REQUIRED"**
|
||||
|
||||
The file test_package/CMakeLists.txt should require CMake 3.1 by default: `cmake_minimum_required(VERSION 3.1)`. The CMake wrapper file can require CMake 2.8, because Conan recipe and the test package are totally separated. However, if `CMAKE_CXX_STANDARD` or `CXX_STANDARD` is explicit, CMake 3.1 is mandatory.
|
||||
|
||||
#### **<a name="KB-H050">#KB-H050</a>: "DEFAULT SHARED OPTION VALUE"**
|
||||
|
||||
By default, all packages should be built as static library (the option ``shared`` is ``False`` in ``default_options``). However, some projects can be restricted to shared library only, for those cases, open a new [issue](https://github.com/conan-io/hooks/issues) to include the package name in the allowlist.
|
||||
|
Reference in New Issue
Block a user