Cmake 3.16.6 released, open source build system

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

The updated content of this version is as follows:

  • Makefiles: Fix silencing of nested calls in GNU make 4.3
  • target_link_libraries: Fix regression in case of $ genex
  • AIX: Install ExportImportList script with execute permissions
  • GetPrerequisites: classify the vcruntime library as system
  • libuv: add support for building on IBM i (OS400)
  • FindPython: Fix handling when FIND_VIRTUALENV == FIRST
  • Swift: Fix library search path reference with spaces
  • cmstd: remove the -isystem option for IBM i (OS400)

Update instructions: https://blog.kitware.com/cmake-3-16-6-available-for-download/

Guess you like

Origin www.oschina.net/news/114834/cmake-3-16-6-released