cmake 3.12.3 已发布。CMake 是一个跨平台的自动化建构系统,它使用一个名为 CMakeLists.txt 的文件来描述构建过程,可以产生标准的构建文件,如 Unix 的 Makefile 或Windows Visual C++ 的 projects/workspaces 。文件 CMakeLists.txt 需要手工编写,也可以通过编写脚本进行半自动的生成。CMake 提供了比 autoconfig 更简洁的语法。
Brad King (8):
- CTest: Fix –test-load regression
- FindMPI: Restore MPI__COMPILE_FLAGS as a command-line string
- FindDoxygen: Ensure policy settings allow use of IN_LIST
- libarchive: Backport fix for build with LibreSSL 2.7
- libuv: do not require PATH_MAX to be defined
- VS: Fix CSharp flag selection when linking to a static C++ library
- CSharp: Fix regression in VS project type selection
- CMake 3.12.3
Kyle Edwards (1):
- CTest: Fix regression in ctest_start()
Marc Chevrier (1):
- Help: TESTS property: clarify usage.
详情请看这里。
下载地址:
转自 https://www.oschina.net/news/100543/cmake-3-12-3-released