A cross-platform, open-source build system
Description
CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
Home page
Documentation
https://cmake.org/documentation/
License
BSD 3-clause License, for details see https://cmake.org/licensing/
Usage
Use
module avail CMake
to see which versions of CMake are available. Use
module load cmake/version
to get access to CMake.
Did you find what you were looking for?