Home > Software > Development > Toolchain > CMake

CMake logo

Details

Package ID
cmake
Version
3.17.2
Downloads
479372
Website
https://www.cmake.org/

Summary

Cross-platform, open-source build system including CMake, CTest, CPack, and CMake-GUI

Description

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.

Development

MSI Properties

ADD_CMAKE_TO_PATH

  • None - Do not add CMake to PATH (default)
  • System - Add CMake to system PATH for all users
  • User - Add CMake to PATH for the current user

DESKTOP_SHORTCUT_REQUESTED

  • 0 = Do not create desktop icon (default)
  • 1 = Create CMake desktop icon

ALLUSERS

  • 0 = Install for the current user only
  • 1 = Install for all users (default)

For example: choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'

Comments

Loading comments...