发布于 2017-08-11 03:24:25 | 165 次阅读 | 评论: 0 | 来源: 网友投递
CMake 安装编译工具
CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。
CMake 3.9.1 发布了,
更新内容:
Björn Esser (2):
Utilities/Sphinx: Restore compatibility with Sphinx pre-1.2
Help: Silence warning about document not included in toctree
Brad King (8):
UseSWIG: Fix when Java is enabled as a language
VS: Fix VCTargetsPath detection
Android: Fix support for CMAKE_SYSROOT without CMAKE_SYSROOT_COMPILE
expat: Update script to get Expat 2.2.3
expat: Update CMake build for 2.2.3
Tests: Simplify RunCMake.find_package PackageRoot case regexes
find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9
Chuck Atkins (3):
find_package: Add missing PACKAGE_ROOT_PATH search path implementation.
find_package: Fix PACKAGE_ROOT test to check find_pacakge(CONFIG) mode.
find_package: Split PACKAGE_ROOT tests to work with smaller regex
Craig Scott (1):
FindJava: Allow early access version trailing string to be mixed case
Cristian Adam (1):
FindBoost: pop policy stack before returning
Expat Upstream (1):
expat 2017-08-02 (97c6bd01)
Laurent Rineau (1):
server: Fix crash on missing cache entries
Rechi Rechi (1):
FindJava: fix hint for windows jre 1.6
Ruslan Baratov (1):
Help: Fix module and function names in CMP0069 examples
Sebastian Holtermann (1):
Autogen: Always create AUTOMOC/AUTOUIC include directory
下载地址: