Open-source software tool for managing the build process of software!

Cmake (64-bit)

Cmake 3.29.5 (64-bit)

  -  32.5 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Cmake 3.29.5 (64-bit).


For those interested in downloading the most recent release of Cmake (64-bit) or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Cmake 3.29.5 (64-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Cmake 3.29.5 (64-bit) Screenshot 1
  • Cmake 3.29.5 (64-bit) Screenshot 2
  • Cmake 3.29.5 (64-bit) Screenshot 3

What's new in this version:

- The CPack WIX Generator's CPACK_WIX_INSTALL_SCOPE variable, new in 3.29, now defaults to NONE. This restores compatibility with behavior of 3.28 and below: without a custom WiX template, it produces installers that only create start menu and uninstall entries for the current user, even though they install for all users.
- In 3.29.0 through 3.29.4, CPACK_WIX_INSTALL_SCOPE defaulted to perMachine. This created MSI installers that create start menu and uninstall entries for all users by default. While this behavior is better on its own, these installers do not cleanly replace existing installations created with MSI installers produced by 3.28 and below. 3.29.5 reverts the default for compatibility. Projects may transition to perMachine on their own schedule by setting CPACK_WIX_INSTALL_SCOPE.