Cmake 3.19.6 released, open source build system

CMake 3.19.6 has been released. CMake is a cross-platform automated build system. It uses a file named CMakeLists.txt to describe the build process and can generate standard build files, such as Unix Makefile or Windows Visual C++ projects/ workspaces. The file CMakeLists.txt needs to be written manually, or it can be generated semi-automatically by writing a script.

Some important changes in CMake 3.19.6 are:

  • Intel: Make explicit Fortran preprocessing under Ninja more powerful
  • Tests: Update the upstream ninja, write status on stderr
  • CMakePresets.json: Remove undocumented support for comments
  • FindPython: Fix wrong variable handling

For more information, please check the update instructions: https://blog.kitware.com/cmake-3-19-6-available-for-download/

Download link: https://cmake.org/download/

Guess you like

Origin www.oschina.net/news/131372/cmake-3-19-6-released