
CMake is a cross-platform, open-source build system. It is used to control the software compilation process using simple platform and compiler independent configuration files. It generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it ispossible to support complex environmentsrequiring system configuration, pre-processorgeneration, and code generation.
License: BSD License (revised)
Changes:
The Windows Vista build was fixed. Documentation in the Mac OS X installer was improved. Compilation on Linux with Intel's Fortran compiler was fixed. Installation bugs on SunOS were fixed. Visual Studio support was improved. Support for Dragonfly BSD and
GNU HURD was added. Many minor bugs were fixed.
More...