Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

2,646,428

Downloads of v 4.0.2:

16,772

Last Update:

06 May 2025

Package Maintainer(s):

Software Author(s):

  • Andy Cedilnik
  • Bill Hoffman
  • Brad King
  • Ken Martin
  • Alexander Neundorf

Tags:

cmake compiler make build foss cross-platform

CMake (Install)

  • 1
  • 2
  • 3

4.0.2 | Updated: 06 May 2025

Downloads:

2,646,428

Downloads of v 4.0.2:

16,772

Maintainer(s):

Software Author(s):

  • Andy Cedilnik
  • Bill Hoffman
  • Brad King
  • Ken Martin
  • Alexander Neundorf

CMake (Install) 4.0.2

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Andy Cedilnik, Bill Hoffman, Brad King, Ken Martin, Alexander Neundorf. The inclusion of Andy Cedilnik, Bill Hoffman, Brad King, Ken Martin, Alexander Neundorf trademark(s), if any, upon this webpage is solely to identify Andy Cedilnik, Bill Hoffman, Brad King, Ken Martin, Alexander Neundorf goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install CMake (Install), run the following command from the command line or from PowerShell:

>

To upgrade CMake (Install), run the following command from the command line or from PowerShell:

>

To uninstall CMake (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade cmake.install -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade cmake.install -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install cmake.install
  win_chocolatey:
    name: cmake.install
    version: '4.0.2'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'cmake.install' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.0.2'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller cmake.install
{
    Name     = "cmake.install"
    Version  = "4.0.2"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'cmake.install':
  ensure   => '4.0.2',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

Package Approved

This package was approved as a trusted package on 07 May 2025.

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'

Notes


legal\LICENSE.txt
CMake - Cross Platform Makefile Generator
Copyright 2000-2017 Kitware, Inc. and Contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.

* Neither the name of Kitware, Inc. nor the names of Contributors
  may be used to endorse or promote products derived from this
  software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------------------------------------------------------------------------------

The following individuals and institutions are among the Contributors:

* Aaron C. Meadows <[email protected]>
* Adriaan de Groot <[email protected]>
* Aleksey Avdeev <[email protected]>
* Alexander Neundorf <[email protected]>
* Alexander Smorkalov <[email protected]>
* Alexey Sokolov <[email protected]>
* Alex Turbov <[email protected]>
* Andreas Pakulat <[email protected]>
* Andreas Schneider <[email protected]>
* André Rigland Brodtkorb <[email protected]>
* Axel Huebl, Helmholtz-Zentrum Dresden - Rossendorf
* Benjamin Eikel
* Bjoern Ricks <[email protected]>
* Brad Hards <[email protected]>
* Christopher Harvey
* Christoph Grüninger <[email protected]>
* Clement Creusot <[email protected]>
* Daniel Blezek <[email protected]>
* Daniel Pfeifer <[email protected]>
* Enrico Scholz <[email protected]>
* Eran Ifrah <[email protected]>
* Esben Mose Hansen, Ange Optimization ApS
* Geoffrey Viola <[email protected]>
* Google Inc
* Gregor Jasny
* Helio Chissini de Castro <[email protected]>
* Ilya Lavrenov <[email protected]>
* Insight Software Consortium <insightsoftwareconsortium.org>
* Jan Woetzel
* Kelly Thompson <[email protected]>
* Konstantin Podsvirov <[email protected]>
* Mario Bensi <[email protected]>
* Mathieu Malaterre <[email protected]>
* Matthaeus G. Chajdas
* Matthias Kretz <[email protected]>
* Matthias Maennich <[email protected]>
* Michael Stürmer
* Miguel A. Figueroa-Villanueva
* Mike Jackson
* Mike McQuaid <[email protected]>
* Nicolas Bock <[email protected]>
* Nicolas Despres <[email protected]>
* Nikita Krupen'ko <[email protected]>
* NVIDIA Corporation <www.nvidia.com>
* OpenGamma Ltd. <opengamma.com>
* Per Øyvind Karlsen <[email protected]>
* Peter Collingbourne <[email protected]>
* Petr Gotthard <[email protected]>
* Philip Lowman <[email protected]>
* Philippe Proulx <[email protected]>
* Raffi Enficiaud, Max Planck Society
* Raumfeld <raumfeld.com>
* Roger Leigh <[email protected]>
* Rolf Eike Beer <[email protected]>
* Roman Donchenko <[email protected]>
* Roman Kharitonov <[email protected]>
* Ruslan Baratov
* Sebastian Holtermann <[email protected]>
* Stephen Kelly <[email protected]>
* Sylvain Joubert <[email protected]>
* Thomas Sondergaard <[email protected]>
* Tobias Hunger <[email protected]>
* Todd Gamblin <[email protected]>
* Tristan Carel
* University of Dundee
* Vadim Zhukov
* Will Dicharry <[email protected]>

See version control history for details of individual contributions.

The above copyright and license notice applies to distributions of
CMake in source and binary form.  Third-party software packages supplied
with CMake under compatible licenses provide their own copyright notices
documented in corresponding subdirectories or source files.

------------------------------------------------------------------------------

CMake was initially developed by Kitware with the following sponsorship:

 * National Library of Medicine at the National Institutes of Health
   as part of the Insight Segmentation and Registration Toolkit (ITK).

 * US National Labs (Los Alamos, Livermore, Sandia) ASC Parallel
   Visualization Initiative.

 * National Alliance for Medical Image Computing (NAMIC) is funded by the
   National Institutes of Health through the NIH Roadmap for Medical Research,
   Grant U54 EB005149.

 * Kitware, Inc.
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
  32-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.2/cmake-4.0.2-windows-i386.msi>
  64-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.2/cmake-4.0.2-windows-x86_64.msi>
2. Get the checksum using one of the following methods:
  - Using powershell function 'Get-FileHash'
  - Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

  checksum type: sha256
  checksum32: 859011D49C750F10EBA7F5A8F05DB30A17E5B5FBBF5F555907DA9E2C96BBE0CD
  checksum64: 14E1DE34F0BF8CEBC3D7079009B0598D20C4252A80E85DBB0BC4A603B69B2171

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  fileType       = 'msi'
  file           = "$toolsPath\cmake-4.0.2-windows-i386.msi"
  file64         = "$toolsPath\cmake-4.0.2-windows-x86_64.msi"
  softwareName   = 'CMake'
  silentArgs     = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
  validExitCodes = @(0, 3010, 1641)
}

Install-ChocolateyInstallPackage @packageArgs

Get-ChildItem $toolsPath\*.msi | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" '' } }

Write-Warning "Note that this package follows the default behaviour of the 'cmake' installer and does not add cmake.exe to the PATH."
Write-Warning "Please see https://gitlab.kitware.com/cmake/cmake/-/issues/21465 for more information."
Write-Warning "If you need cmake.exe on the PATH, please see the package description at https://community.chocolatey.org/packages/cmake.install/#description for options."
tools\cmake-4.0.2-windows-i386.msi
md5: C8CF04F262718E612A120EE89775E3E6 | sha1: 8A7378E46595B41B51E7BEDE99AF0C866458D877 | sha256: 859011D49C750F10EBA7F5A8F05DB30A17E5B5FBBF5F555907DA9E2C96BBE0CD | sha512: ACA45F9A540A07D5B1425EAFB6CEA6683B0CBE07E805CE4A360344A580290D2C2E1004CFC446756772ECBD42E9B60D2C5C2D0D0154E74BD8CE12B5054F76161A
tools\cmake-4.0.2-windows-x86_64.msi
md5: 25644009910BC509B75D8C91E28F7A7E | sha1: 5FA66AF2AFCD5E08F185312C53D02CC9A35BBE24 | sha256: 14E1DE34F0BF8CEBC3D7079009B0598D20C4252A80E85DBB0BC4A603B69B2171 | sha512: 83B9A4016A142D636ED0F11402950283994A3061A834DE796FBC379E59054C0896B7D549E967D1076BEDB516F28133AAEB43197172B2CFC47812C5D121378DF0

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
CMake (Install) 4.0.1 39207 Thursday, April 10, 2025 Approved
CMake (Install) 4.0.0 18971 Friday, March 28, 2025 Approved
CMake (Install) 4.0.0-rc5 68 Tuesday, March 25, 2025 Approved
CMake (Install) 4.0.0-rc4 133 Wednesday, March 12, 2025 Approved
CMake (Install) 4.0.0-rc3 119 Wednesday, March 5, 2025 Approved
CMake (Install) 4.0.0-rc2 104 Wednesday, February 26, 2025 Approved
CMake (Install) 4.0.0-rc1 121 Thursday, February 20, 2025 Approved
CMake (Install) 3.31.7 632 Thursday, April 10, 2025 Approved
CMake (Install) 3.31.6 39034 Tuesday, February 25, 2025 Approved
CMake (Install) 3.31.5 27847 Wednesday, January 29, 2025 Approved
CMake (Install) 3.31.4 16753 Friday, January 10, 2025 Approved
CMake (Install) 3.31.3 16627 Saturday, December 21, 2024 Approved
CMake (Install) 3.31.2 15746 Friday, December 6, 2024 Approved
CMake (Install) 3.31.1 15067 Tuesday, November 26, 2024 Approved
CMake (Install) 3.31.0 20188 Thursday, November 7, 2024 Approved
CMake (Install) 3.31.0-rc3 197 Wednesday, October 30, 2024 Approved
CMake (Install) 3.31.0-rc2 310 Saturday, October 19, 2024 Approved
CMake (Install) 3.31.0-rc1 225 Friday, October 11, 2024 Approved
CMake (Install) 3.30.8 61 Tuesday, February 25, 2025 Approved
CMake (Install) 3.30.7 38 Wednesday, January 29, 2025 Approved
CMake (Install) 3.30.6 153 Tuesday, November 26, 2024 Approved
CMake (Install) 3.30.5 29065 Wednesday, October 9, 2024 Approved
CMake (Install) 3.30.4 13031 Saturday, September 28, 2024 Approved
CMake (Install) 3.30.3 23949 Friday, August 30, 2024 Approved
CMake (Install) 3.30.2 24434 Saturday, August 3, 2024 Approved
CMake (Install) 3.30.1 14146 Friday, July 19, 2024 Approved
CMake (Install) 3.30.0 20999 Wednesday, July 3, 2024 Approved
CMake (Install) 3.30.0-rc4 222 Tuesday, June 25, 2024 Approved
CMake (Install) 3.30.0-rc3 224 Friday, June 14, 2024 Approved
CMake (Install) 3.30.0-rc2 110 Thursday, June 13, 2024 Approved
CMake (Install) 3.30.0-rc1 163 Friday, June 7, 2024 Approved
CMake (Install) 3.29.8 727 Friday, August 30, 2024 Approved
CMake (Install) 3.29.7 159 Wednesday, July 17, 2024 Approved
CMake (Install) 3.29.6 41266 Tuesday, June 18, 2024 Approved
CMake (Install) 3.29.5 12852 Friday, June 7, 2024 Approved
CMake (Install) 3.29.4 1101 Tuesday, June 4, 2024 Approved
CMake (Install) 3.29.3 28864 Wednesday, May 8, 2024 Approved
CMake (Install) 3.29.2 36880 Friday, April 12, 2024 Approved
CMake (Install) 3.29.1 14294 Thursday, April 4, 2024 Approved
CMake (Install) 3.29.0 28683 Friday, March 22, 2024 Approved
CMake (Install) 3.29.0-rc4 132 Friday, March 15, 2024 Approved
CMake (Install) 3.29.0-rc3 165 Tuesday, March 5, 2024 Approved
CMake (Install) 3.29.0-rc2 159 Friday, February 23, 2024 Approved
CMake (Install) 3.29.0-rc1 164 Wednesday, February 14, 2024 Approved
CMake (Install) 3.28.6 247 Tuesday, June 4, 2024 Approved
CMake (Install) 3.28.5 551 Wednesday, May 8, 2024 Approved
CMake (Install) 3.28.4 515 Friday, March 22, 2024 Approved
CMake (Install) 3.28.3 34555 Wednesday, February 14, 2024 Approved
CMake (Install) 3.28.0-rc5 857 Thursday, November 16, 2023 Approved
CMake (Install) 3.28.0-rc4 202 Tuesday, November 7, 2023 Approved
CMake (Install) 3.28.0-rc3 228 Wednesday, October 25, 2023 Approved
CMake (Install) 3.28.0-rc2 174 Thursday, October 19, 2023 Approved
CMake (Install) 3.28.0-rc1 219 Thursday, October 12, 2023 Approved
CMake (Install) 3.27.9 59049 Wednesday, November 29, 2023 Approved
CMake (Install) 3.27.8 18967 Thursday, November 16, 2023 Approved
CMake (Install) 3.27.7 36418 Friday, October 6, 2023 Approved
CMake (Install) 3.27.6 186190 Thursday, September 21, 2023 Approved
CMake (Install) 3.27.5 1435 Friday, September 15, 2023 Approved
CMake (Install) 3.27.4 34884 Thursday, August 24, 2023 Approved
CMake (Install) 3.27.3 11223 Thursday, August 17, 2023 Approved
CMake (Install) 3.27.2 1570 Friday, August 11, 2023 Approved
CMake (Install) 3.27.1 25225 Wednesday, July 26, 2023 Approved
CMake (Install) 3.27.0 11630 Wednesday, July 19, 2023 Approved
CMake (Install) 3.27.0-rc5 153 Friday, July 14, 2023 Approved
CMake (Install) 3.27.0-rc4 476 Saturday, July 1, 2023 Approved
CMake (Install) 3.27.0-rc3 193 Wednesday, June 21, 2023 Approved
CMake (Install) 3.27.0-rc2 237 Tuesday, June 13, 2023 Approved
CMake (Install) 3.26.6 2377 Tuesday, November 28, 2023 Approved
CMake (Install) 3.26.5 586 Thursday, July 20, 2023 Approved
CMake (Install) 3.26.4 52661 Friday, May 19, 2023 Approved
CMake (Install) 3.26.3 54356 Wednesday, April 5, 2023 Approved
CMake (Install) 3.26.2 7386 Thursday, March 30, 2023 Approved
CMake (Install) 3.26.1 12211 Thursday, March 23, 2023 Approved
CMake (Install) 3.26.0 12399 Wednesday, March 15, 2023 Approved
CMake (Install) 3.26.0-rc6 161 Thursday, March 9, 2023 Approved
CMake (Install) 3.26.0-rc5 174 Wednesday, March 1, 2023 Approved
CMake (Install) 3.26.0-rc4 201 Wednesday, February 22, 2023 Approved
CMake (Install) 3.26.0-rc3 212 Thursday, February 16, 2023 Approved
CMake (Install) 3.26.0-rc2 159 Friday, February 10, 2023 Approved
CMake (Install) 3.26.0-rc1 308 Friday, February 3, 2023 Approved
CMake (Install) 3.25.3 10654 Wednesday, March 8, 2023 Approved
CMake (Install) 3.25.2 47014 Friday, January 20, 2023 Approved
CMake (Install) 3.25.1 72107 Thursday, December 1, 2022 Approved
CMake (Install) 3.25.0 37168 Thursday, November 17, 2022 Approved
CMake (Install) 3.25.0-rc4 794 Wednesday, November 9, 2022 Approved
CMake (Install) 3.25.0-rc3 845 Wednesday, November 2, 2022 Approved
CMake (Install) 3.25.0-rc2 829 Thursday, October 20, 2022 Approved
CMake (Install) 3.25.0-rc1 442 Thursday, October 13, 2022 Approved
CMake (Install) 3.24.4 4508 Wednesday, March 8, 2023 Approved
CMake (Install) 3.24.3 20769 Wednesday, November 2, 2022 Approved
CMake (Install) 3.24.2 36728 Tuesday, September 13, 2022 Approved
CMake (Install) 3.24.1 14031 Thursday, August 18, 2022 Approved
CMake (Install) 3.24.0 23462 Friday, August 5, 2022 Approved
CMake (Install) 3.24.0-rc5 162 Friday, July 29, 2022 Approved
CMake (Install) 3.24.0-rc4 195 Wednesday, July 20, 2022 Approved
CMake (Install) 3.24.0-rc3 260 Thursday, July 7, 2022 Approved
CMake (Install) 3.24.0-rc2 241 Friday, June 24, 2022 Approved
CMake (Install) 3.24.0-rc1 266 Wednesday, June 15, 2022 Approved
CMake (Install) 3.23.5 4952 Wednesday, November 2, 2022 Approved
CMake (Install) 3.23.4 204 Wednesday, October 5, 2022 Approved
CMake (Install) 3.23.3 7061 Friday, July 29, 2022 Approved
CMake (Install) 3.23.2 38104 Thursday, May 26, 2022 Approved
CMake (Install) 3.23.1 48585 Tuesday, April 12, 2022 Approved
CMake (Install) 3.23.0 13265 Tuesday, March 29, 2022 Approved
CMake (Install) 3.23.0-rc5 284 Wednesday, March 23, 2022 Approved
CMake (Install) 3.23.0-rc4 248 Friday, March 18, 2022 Approved
CMake (Install) 3.23.0-rc3 271 Friday, March 11, 2022 Exempted
CMake (Install) 3.23.0-rc2 423 Wednesday, February 23, 2022 Approved
CMake (Install) 3.23.0-rc1 482 Tuesday, February 8, 2022 Approved
CMake (Install) 3.22.6 898 Friday, July 29, 2022 Approved
CMake (Install) 3.22.5 206 Thursday, June 2, 2022 Approved
CMake (Install) 3.22.4 391 Tuesday, April 12, 2022 Approved
CMake (Install) 3.22.3 30996 Saturday, March 5, 2022 Approved
CMake (Install) 3.22.2 42210 Tuesday, January 25, 2022 Approved
CMake (Install) 3.22.1 39415 Wednesday, December 8, 2021 Approved
CMake (Install) 3.22.0 17376 Thursday, November 18, 2021 Approved
CMake (Install) 3.22.0-rc3 270 Friday, November 12, 2021 Approved
CMake (Install) 3.22.0-rc2 379 Thursday, October 28, 2021 Approved
CMake (Install) 3.22.0-rc1 529 Thursday, October 14, 2021 Approved
CMake (Install) 3.21.6 1100 Saturday, March 5, 2022 Approved
CMake (Install) 3.21.5 248 Tuesday, February 1, 2022 Approved
CMake (Install) 3.21.4 28838 Wednesday, October 27, 2021 Approved
CMake (Install) 3.21.3 36029 Monday, September 20, 2021 Approved
CMake (Install) 3.21.2 16427 Wednesday, August 25, 2021 Approved
CMake (Install) 3.21.1 5311 Tuesday, July 27, 2021 Approved
CMake (Install) 3.21.0 24591 Wednesday, July 14, 2021 Approved
CMake (Install) 3.21.0-rc3 278 Thursday, July 8, 2021 Approved
CMake (Install) 3.21.0-rc2 335 Wednesday, June 30, 2021 Approved
CMake (Install) 3.21.0-rc1 339 Wednesday, June 23, 2021 Approved
CMake (Install) 3.20.6 16881 Monday, September 20, 2021 Approved
CMake (Install) 3.20.5 15811 Monday, June 21, 2021 Approved
CMake (Install) 3.20.4 6023 Monday, June 14, 2021 Approved
CMake (Install) 3.20.3 14720 Friday, May 28, 2021 Approved
CMake (Install) 3.20.2 38803 Thursday, April 29, 2021 Approved
CMake (Install) 3.20.1 14643 Thursday, April 8, 2021 Approved
CMake (Install) 3.20.0 26211 Tuesday, March 23, 2021 Approved
CMake (Install) 3.20.0-rc5 275 Wednesday, March 17, 2021 Approved
CMake (Install) 3.20.0-rc4 316 Thursday, March 11, 2021 Approved
CMake (Install) 3.20.0-rc3 428 Thursday, March 4, 2021 Approved
CMake (Install) 3.20.0-rc2 317 Thursday, February 25, 2021 Approved
CMake (Install) 3.20.0-rc1 257 Wednesday, February 24, 2021 Approved
CMake (Install) 3.19.8 8358 Wednesday, April 7, 2021 Approved
CMake (Install) 3.19.7 17681 Monday, March 15, 2021 Approved
CMake (Install) 3.19.6 13271 Wednesday, February 24, 2021 Approved
CMake (Install) 3.19.5 7177 Tuesday, February 16, 2021 Approved
CMake (Install) 3.19.4 12644 Thursday, January 28, 2021 Approved
CMake (Install) 3.19.3 14955 Wednesday, January 13, 2021 Approved
CMake (Install) 3.19.2 16262 Wednesday, December 16, 2020 Approved
CMake (Install) 3.19.1 17338 Tuesday, November 24, 2020 Approved
CMake (Install) 3.19.0 6684 Wednesday, November 18, 2020 Approved
CMake (Install) 3.19.0-rc3 366 Saturday, November 7, 2020 Approved
CMake (Install) 3.19.0-rc2 310 Wednesday, October 28, 2020 Approved
CMake (Install) 3.19.0-rc1 449 Wednesday, October 14, 2020 Approved
CMake (Install) 3.18.6 945 Thursday, February 11, 2021 Approved
CMake (Install) 3.18.5 3430 Wednesday, November 18, 2020 Approved
CMake (Install) 3.18.4 52261 Wednesday, October 7, 2020 Approved
CMake (Install) 3.18.3 11306 Tuesday, September 22, 2020 Approved
CMake (Install) 3.18.2 20650 Thursday, August 20, 2020 Approved
CMake (Install) 3.18.1 15044 Friday, July 31, 2020 Approved
CMake (Install) 3.18.0 16925 Wednesday, July 15, 2020 Approved
CMake (Install) 3.18.0-rc4 304 Friday, July 10, 2020 Approved
CMake (Install) 3.18.0-rc3 365 Thursday, July 2, 2020 Approved
CMake (Install) 3.18.0-rc2 429 Wednesday, June 17, 2020 Approved
CMake (Install) 3.18.0-rc1 327 Wednesday, June 10, 2020 Approved
CMake (Install) 3.17.5 2054 Tuesday, September 15, 2020 Approved
CMake (Install) 3.17.4 265 Friday, July 31, 2020 Approved
CMake (Install) 3.17.3 26178 Thursday, May 28, 2020 Approved
CMake (Install) 3.17.2 28423 Wednesday, April 29, 2020 Approved
CMake (Install) 3.17.1 13463 Thursday, April 9, 2020 Approved
CMake (Install) 3.17.0 13392 Friday, March 20, 2020 Approved
CMake (Install) 3.17.0-rc3 475 Friday, March 13, 2020 Approved
CMake (Install) 3.17.0-rc2 502 Tuesday, March 3, 2020 Approved
CMake (Install) 3.17.0-rc1 450 Thursday, February 13, 2020 Exempted
CMake (Install) 3.16.8 1337 Monday, June 1, 2020 Approved
CMake (Install) 3.16.7 382 Wednesday, May 27, 2020 Approved
CMake (Install) 3.16.6 2879 Saturday, April 11, 2020 Approved
CMake (Install) 3.16.5 23364 Wednesday, March 4, 2020 Approved
CMake (Install) 3.16.4.20200221 7788 Friday, February 21, 2020 Approved
CMake (Install) 3.16.2 27631 Friday, December 20, 2019 Approved
CMake (Install) 3.16.1 11969 Tuesday, December 10, 2019 Approved
CMake (Install) 3.16.0 11319 Wednesday, November 27, 2019 Approved
CMake (Install) 3.16.0-rc4 546 Tuesday, November 19, 2019 Approved
CMake (Install) 3.16.0-rc3 565 Tuesday, November 5, 2019 Approved
CMake (Install) 3.16.0-rc2 494 Monday, October 21, 2019 Approved
CMake (Install) 3.16.0-rc1 635 Friday, October 11, 2019 Approved
CMake (Install) 3.15.6 776 Tuesday, December 17, 2019 Approved
CMake (Install) 3.15.5 18850 Thursday, October 31, 2019 Approved
CMake (Install) 3.15.4 13377 Wednesday, October 2, 2019 Approved
CMake (Install) 3.15.3 10509 Thursday, September 5, 2019 Approved
CMake (Install) 3.15.2 11143 Thursday, August 8, 2019 Approved
CMake (Install) 3.15.1 2585 Friday, July 26, 2019 Approved
CMake (Install) 3.15.0 2463 Friday, July 19, 2019 Approved
CMake (Install) 3.15.0-rc4 687 Thursday, July 11, 2019 Approved
CMake (Install) 3.15.0-rc3 422 Friday, June 28, 2019 Approved
CMake (Install) 3.15.0-rc2 500 Wednesday, June 19, 2019 Approved
CMake (Install) 3.15.0-rc1 462 Tuesday, June 4, 2019 Approved
CMake (Install) 3.14.7 28054 Wednesday, October 2, 2019 Approved
CMake (Install) 3.14.6 7061 Tuesday, July 16, 2019 Approved
CMake (Install) 3.14.5 12442 Friday, May 31, 2019 Approved
CMake (Install) 3.14.4 6533 Tuesday, May 14, 2019 Approved
CMake (Install) 3.14.3 9890 Monday, April 22, 2019 Approved
CMake (Install) 3.14.2 5458 Friday, April 12, 2019 Approved
CMake (Install) 3.14.1 5205 Friday, March 29, 2019 Approved
CMake (Install) 3.14.0 5569 Thursday, March 14, 2019 Approved
CMake (Install) 3.14.0-rc4 510 Friday, March 8, 2019 Approved
CMake (Install) 3.14.0-rc3 484 Friday, March 1, 2019 Approved
CMake (Install) 3.14.0-rc2 466 Friday, February 15, 2019 Approved
CMake (Install) 3.14.0-rc1 383 Thursday, February 7, 2019 Approved
CMake (Install) 3.13.5 1009 Tuesday, May 14, 2019 Approved
CMake (Install) 3.13.4 10173 Monday, February 4, 2019 Approved
CMake (Install) 3.13.3 7574 Tuesday, January 15, 2019 Approved
CMake (Install) 3.13.2 7777 Thursday, December 13, 2018 Approved
CMake (Install) 3.13.1 19045 Wednesday, November 28, 2018 Approved
CMake (Install) 3.13.0 4099 Wednesday, November 21, 2018 Approved
CMake (Install) 3.13.0-rc3 524 Wednesday, November 7, 2018 Approved
CMake (Install) 3.13.0-rc2 505 Thursday, October 25, 2018 Approved
CMake (Install) 3.13.0-rc1 446 Tuesday, October 9, 2018 Approved
CMake (Install) 3.12.4 4117 Friday, November 2, 2018 Approved
CMake (Install) 3.12.3 2662 Wednesday, October 3, 2018 Approved
CMake (Install) 3.12.2 11737 Friday, September 7, 2018 Approved
CMake (Install) 3.12.1 4440 Thursday, August 9, 2018 Approved
CMake (Install) 3.12.0 4458 Tuesday, July 17, 2018 Approved
CMake (Install) 3.12.0-rc3 435 Monday, July 9, 2018 Approved
CMake (Install) 3.12.0-rc2 466 Saturday, June 30, 2018 Approved
CMake (Install) 3.12.0-rc1 490 Friday, June 15, 2018 Approved
CMake (Install) 3.11.4 6942 Thursday, June 14, 2018 Approved
CMake (Install) 3.11.3 2781 Friday, June 1, 2018 Approved
CMake (Install) 3.11.2 2906 Thursday, May 17, 2018 Approved
CMake (Install) 3.11.1 8443 Tuesday, April 17, 2018 Approved
CMake (Install) 3.11.0 9923 Thursday, March 29, 2018 Approved
CMake (Install) 3.11.0-rc4 463 Monday, March 19, 2018 Approved
CMake (Install) 3.11.0-rc3 506 Saturday, March 10, 2018 Approved
CMake (Install) 3.11.0-rc2 446 Tuesday, February 27, 2018 Approved
CMake (Install) 3.11.0-rc1 458 Thursday, February 15, 2018 Approved
CMake (Install) 3.10.3 7495 Friday, March 16, 2018 Approved
CMake (Install) 3.10.2 19760 Thursday, January 18, 2018 Approved
CMake (Install) 3.10.1.20180115 3882 Monday, January 15, 2018 Approved
CMake (Install) 3.10.1 6913 Thursday, December 14, 2017 Approved
CMake (Install) 3.10.0 7558 Tuesday, November 21, 2017 Approved
CMake (Install) 3.9.6 847 Thursday, November 30, 2017 Approved
CMake (Install) 3.9.4 1376 Wednesday, October 4, 2017 Approved
CMake (Install) 3.9.3 760 Wednesday, September 20, 2017 Approved
CMake (Install) 3.9.2 714 Thursday, September 7, 2017 Approved
CMake (Install) 3.9.1 11426 Thursday, August 10, 2017 Approved
CMake (Install) 3.9.0 2831 Tuesday, July 18, 2017 Approved
CMake (Install) 3.8.2 5230 Wednesday, May 31, 2017 Approved
CMake (Install) 3.8.1 3293 Tuesday, May 2, 2017 Approved
CMake (Install) 3.8.0 2689 Tuesday, April 11, 2017 Approved
CMake (Install) 3.7.2 5902 Friday, January 13, 2017 Approved
CMake (Install) 3.7.0 3048 Saturday, November 12, 2016 Approved
CMake (Install) 3.6.1 4628 Saturday, July 23, 2016 Approved
CMake (Install) 3.6.0 2369 Wednesday, July 20, 2016 Approved
CMake (Install) 3.5.2 7796 Saturday, June 18, 2016 Approved
CMake (Install) 3.4.3 7286 Monday, February 1, 2016 Approved
CMake (Install) 3.4.1 2779 Thursday, December 3, 2015 Approved
CMake (Install) 3.4.0 514 Friday, November 13, 2015 Approved
CMake (Install) 3.3.2 1386 Thursday, September 17, 2015 Approved
CMake (Install) 3.3.1 605 Friday, August 14, 2015 Approved
CMake (Install) 3.3.0 5175 Friday, July 24, 2015 Approved
CMake (Install) 3.2.3 4419 Tuesday, June 2, 2015 Approved
CMake (Install) 3.2.2 1684 Wednesday, April 15, 2015 Approved
CMake (Install) 3.2.1 904 Monday, April 6, 2015 Approved

This package has no dependencies.

Discussion for the CMake (Install) Package

Ground Rules:

  • This discussion is only about CMake (Install) and the CMake (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or CMake (Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus