CMake

CMake#

CMake is an open-source, cross-platform 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, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK.

CMake is part of Kitware’s collection of commercially supported open-source platforms for software development.

module load cmake
module load cmake/3.18.4

Once loaded, the cmake, ccmake, cpack and ctest binaries are available for use, to configure, build and test software which uses CMake as the build system.

For more information, see the online documentation.