CMake 3.2.2 發布,自動化建構系統
CMake 是一個跨平臺的自動化建構系統,它使用一個名為 CMakeLists.txt 的文件來描述構建過程,可以產生標準的構建文件,如
Unix 的 Makefile 或Windows Visual C++ 的 projects/workspaces 。文件
CMakeLists.txt 需要手工編寫,也可以通過編寫腳本進行半自動的生成。CMake 提供了比 autoconfig 更簡潔的語法。
CMake 3.2.2 發布,此版本現已提供下載:http://www.cmake.org/download/。
CMake 3.2.2 相比上一版本 3.2.1 的改進如下:
Betsy McPhail (1):
file(LOCK): Close file descriptor/handle when releasing a lock
Brad King (8):
FindMFC: Use if(DEFINED) to simplify condition (#15477)
curl: Never consider using Windows APIs on Cygwin
liblzma: Use unaligned access only on Intel and PowerPC archs
liblzma: Disable XL compiler optimizations
liblzma: Disable GNU 3.3 compiler optimizations
KWSys SystemTools: Teach Touch with !create to succeed on missing file
Makefile: Fix multiple custom command outputs with one missing
CMake 3.2.2
Tim Kientzle (1):
libarchive: Fix string concatentation in Windows mktemp implementation
來自:http://www.oschina.net/news/61542/cmake-3-2-2