mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-11 00:43:31 +00:00
@@ -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-H049">#KB-H049</a>: "CMAKE WINDOWS EXPORT ALL SYMBOLS"**
|
||||
|
||||
The CMakeLists.txt definition [CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS](https://cmake.org/cmake/help/v3.4/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.html) is available since CMake 3.4 only. Any previous version will ignore it.
|
||||
|
Reference in New Issue
Block a user