CMake full changelog
CMake 4.0.0
released Mar 29, 2025 (New Release)
New Features:
File-Based API:
The cmake-file-api(7) "codemodel" version 2 version field has been updated to 2.8.
The cmake-file-api(7) "codemodel" version 2 "target" object gained a new debugger field.
Command-Line:
The cmake --link-no-warning-as-error option was added to suppress the effects of the LINK_WARNING_AS_ERROR target property and CMAKE_LINK_WARNING_AS_ERROR variable.
The cmake --project-file option was added to specify an alternate filename for CMakeLists.txt files. This is intended for temporary use by developers during an incremental transition and not for publication of a final product. CMake will always emit a warning when the project file is anything other than CMakeLists.txt.
Commands:
The target_link_libraries() command now supports the LINKER: prefix.
Variables:
The AIX and CMAKE_HOST_AIX variables are now set to true when the target or host system is AIX, respectively.
Linker flag variables learned to support the LINKER: prefix:
CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS_<CONFIG>
CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS_<CONFIG>
CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS_<CONFIG>
See policy CMP0181.
The CMAKE_EXECUTE_PROCESS_COMMAND_ERROR_IS_FATAL variable was added to specify the execute_process() command's default COMMAND_ERROR_IS_FATAL behavior.
The CMAKE_<LANG>_LINK_MODE and CMAKE_<LANG>_DEVICE_LINK_MODE variables were added to provide information on how the link step is done.
The CMAKE_LINK_WARNING_AS_ERROR variable and corresponding LINK_WARNING_AS_ERROR target property were added to link using a linker-specific flag to treat warnings as errors.
The CMAKE_MSVC_RUNTIME_CHECKS variable and MSVC_RUNTIME_CHECKS target property were introduced to select runtime checks for compilers targeting the MSVC ABI. See policy CMP0184.
The CMAKE_POLICY_VERSION_MINIMUM variable was added to help packagers and end users try to configure existing projects that have not been upd
File-Based API:
The cmake-file-api(7) "codemodel" version 2 version field has been updated to 2.8.
The cmake-file-api(7) "codemodel" version 2 "target" object gained a new debugger field.
Command-Line:
The cmake --link-no-warning-as-error option was added to suppress the effects of the LINK_WARNING_AS_ERROR target property and CMAKE_LINK_WARNING_AS_ERROR variable.
The cmake --project-file option was added to specify an alternate filename for CMakeLists.txt files. This is intended for temporary use by developers during an incremental transition and not for publication of a final product. CMake will always emit a warning when the project file is anything other than CMakeLists.txt.
Commands:
The target_link_libraries() command now supports the LINKER: prefix.
Variables:
The AIX and CMAKE_HOST_AIX variables are now set to true when the target or host system is AIX, respectively.
Linker flag variables learned to support the LINKER: prefix:
CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS_<CONFIG>
CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS_<CONFIG>
CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS_<CONFIG>
See policy CMP0181.
The CMAKE_EXECUTE_PROCESS_COMMAND_ERROR_IS_FATAL variable was added to specify the execute_process() command's default COMMAND_ERROR_IS_FATAL behavior.
The CMAKE_<LANG>_LINK_MODE and CMAKE_<LANG>_DEVICE_LINK_MODE variables were added to provide information on how the link step is done.
The CMAKE_LINK_WARNING_AS_ERROR variable and corresponding LINK_WARNING_AS_ERROR target property were added to link using a linker-specific flag to treat warnings as errors.
The CMAKE_MSVC_RUNTIME_CHECKS variable and MSVC_RUNTIME_CHECKS target property were introduced to select runtime checks for compilers targeting the MSVC ABI. See policy CMP0184.
The CMAKE_POLICY_VERSION_MINIMUM variable was added to help packagers and end users try to configure existing projects that have not been upd
CMake 3.31.6
released Mar 1, 2025 (New Release)
Some implementation updates were made to support ecosystem changes and/or fix regressions.
CMake 3.31.5
released Feb 6, 2025 (New Release)
Brad King (5):
Clang/CUDA: Fix language-wide flags when linking .so with compiler driver
Tests: Update expected results for ninja post-1.12 development
FindMatlab: Fix multi-signature function documentation anchors
WINDOWS_EXPORT_ALL_SYMBOLS: Fix vftable symbol export on ARM64EC
CMake 3.31.5
Felipe Torrezan (1):
IAR: decouple linker location from toolkit's bin dir
Martin Duffy (1):
install: Generate InstallScripts.json in consistent location
Clang/CUDA: Fix language-wide flags when linking .so with compiler driver
Tests: Update expected results for ninja post-1.12 development
FindMatlab: Fix multi-signature function documentation anchors
WINDOWS_EXPORT_ALL_SYMBOLS: Fix vftable symbol export on ARM64EC
CMake 3.31.5
Felipe Torrezan (1):
IAR: decouple linker location from toolkit's bin dir
Martin Duffy (1):
install: Generate InstallScripts.json in consistent location
CMake 3.31.4
released Jan 11, 2025 (New Release)
VS: Factor out check for mixed C and C++ target
VS: Restore support for mixing C++23 and C in one target with clang-cl
cmLocalUnixMakefileGenerator3: Simplify progress command generation
Makefile: Fix per-directory codegen target
Makefile: Enable progress messages for codegen target
cmGlobalNinjaGenerator: Remove unused local variable
cmGlobalNinjaGenerator: Remove unnecessary local variable
cmGlobalNinjaGenerator: Fix local variable name for codegen target
cmGlobalNinjaGenerator: Clarify order of codegen build statement logic
cmGlobalNinjaGenerator: Simplify per-directory configuration list lookup
Ninja: Add missing top-level codegen dependencies on per-directory codegen
Tests/RunCMake/CXXModules: Rename FileSetModules cases to be more specific
target_sources: Improve error message for CXX_MODULES on INTERFACE libraries
Help: Update link to UTF-8 RFC 3629
ci: update macOS jobs to use Xcode 16.2
CMake 3.31.3
install: Restore treatment of DESTINATION as a single-valued keyword
VS: Restore support for mixing C++23 and C in one target with clang-cl
cmLocalUnixMakefileGenerator3: Simplify progress command generation
Makefile: Fix per-directory codegen target
Makefile: Enable progress messages for codegen target
cmGlobalNinjaGenerator: Remove unused local variable
cmGlobalNinjaGenerator: Remove unnecessary local variable
cmGlobalNinjaGenerator: Fix local variable name for codegen target
cmGlobalNinjaGenerator: Clarify order of codegen build statement logic
cmGlobalNinjaGenerator: Simplify per-directory configuration list lookup
Ninja: Add missing top-level codegen dependencies on per-directory codegen
Tests/RunCMake/CXXModules: Rename FileSetModules cases to be more specific
target_sources: Improve error message for CXX_MODULES on INTERFACE libraries
Help: Update link to UTF-8 RFC 3629
ci: update macOS jobs to use Xcode 16.2
CMake 3.31.3
install: Restore treatment of DESTINATION as a single-valued keyword
CMake 3.31.3
released Dec 21, 2024 (New Release)
VS: Factor out check for mixed C and C++ target
VS: Restore support for mixing C++23 and C in one target with clang-cl
cmLocalUnixMakefileGenerator3: Simplify progress command generation
Makefile: Fix per-directory codegen target
Makefile: Enable progress messages for codegen target
cmGlobalNinjaGenerator: Remove unused local variable
cmGlobalNinjaGenerator: Remove unnecessary local variable
cmGlobalNinjaGenerator: Fix local variable name for codegen target
cmGlobalNinjaGenerator: Clarify order of codegen build statement logic
cmGlobalNinjaGenerator: Simplify per-directory configuration list lookup
Ninja: Add missing top-level codegen dependencies on per-directory codegen
Tests/RunCMake/CXXModules: Rename FileSetModules cases to be more specific
target_sources: Improve error message for CXX_MODULES on INTERFACE libraries
Help: Update link to UTF-8 RFC 3629
ci: update macOS jobs to use Xcode 16.2
CMake 3.31.3
install: Restore treatment of DESTINATION as a single-valued keyword
VS: Restore support for mixing C++23 and C in one target with clang-cl
cmLocalUnixMakefileGenerator3: Simplify progress command generation
Makefile: Fix per-directory codegen target
Makefile: Enable progress messages for codegen target
cmGlobalNinjaGenerator: Remove unused local variable
cmGlobalNinjaGenerator: Remove unnecessary local variable
cmGlobalNinjaGenerator: Fix local variable name for codegen target
cmGlobalNinjaGenerator: Clarify order of codegen build statement logic
cmGlobalNinjaGenerator: Simplify per-directory configuration list lookup
Ninja: Add missing top-level codegen dependencies on per-directory codegen
Tests/RunCMake/CXXModules: Rename FileSetModules cases to be more specific
target_sources: Improve error message for CXX_MODULES on INTERFACE libraries
Help: Update link to UTF-8 RFC 3629
ci: update macOS jobs to use Xcode 16.2
CMake 3.31.3
install: Restore treatment of DESTINATION as a single-valued keyword
CMake 3.31.2
released Dec 6, 2024 (New Release)
AIX: Disallow TARGET_SONAME_* genex for AIX_SHARED_LIBRARY_ARCHIVE targets
AIX: Propagate AIX_SHARED_LIBRARY_ARCHIVE through exports
GNU linker: Use single-argument form of --dependency-file flag
fileapi: Do not expose flags for linker-generated dependencies
LINK_OPTIONS: Fix crash on empty LINKER: prefix
ci: Update to ROCm 6 HIP on Fedora 41
CMake 3.31.2
Tutorial: Restore TODO 4 comment in step 7
Intel/Classic: deactivate linker dependency file support
FindPython: Ensure SABIModule is found in all cases
Autogen: Restore <target_name>_autogen_timestamp_deps target
Autogen: Fix Ninja Multi-Config dependency graph regression
Autogen: Revert adding ui files to byproducts of the timestamp target
FindRuby: Add support for 3.4
AIX: Propagate AIX_SHARED_LIBRARY_ARCHIVE through exports
GNU linker: Use single-argument form of --dependency-file flag
fileapi: Do not expose flags for linker-generated dependencies
LINK_OPTIONS: Fix crash on empty LINKER: prefix
ci: Update to ROCm 6 HIP on Fedora 41
CMake 3.31.2
Tutorial: Restore TODO 4 comment in step 7
Intel/Classic: deactivate linker dependency file support
FindPython: Ensure SABIModule is found in all cases
Autogen: Restore <target_name>_autogen_timestamp_deps target
Autogen: Fix Ninja Multi-Config dependency graph regression
Autogen: Revert adding ui files to byproducts of the timestamp target
FindRuby: Add support for 3.4
CMake 3.31.1
released Nov 30, 2024 (New Release)
Help: Add missing one-line summary to policy CMP0132
FindBoost: Add support for Boost 1.86
ci: Rebuild Fedora 41 image with updates Clarify advice given by compatibility deprecation message for CMake < 3.10
Help: Clarify instructions for using older VS toolsets with newer VS versions
ci: Update Windows builds to MSVC 14.42 toolset
ci: update macOS jobs to use Xcode 16.1
libarchive: Update script to get 3.7.7
execute_process: Restore CLOEXEC on OUTPUT_FILE and ERROR_FILE descriptors
CMake 3.31.1
GoogleTest: Clear script content buffer on flush and flush less often
GoogleTest: Avoid extra call to set DISABLED test property in discovery
CMP0175: Do not reject USES_TERMINAL for add_custom_command(TARGET)
Linker configuration: Add missing platforms
LLD linker: avoid regression on archive libraries deduplication
cmExperimental: Make CPS-export experimental notice more consistent
FindSQLite3: Guard calls to pkg_check_modules
Help: Guard calls to pkg_check_modules in cmake-developer(7) example
FindImageMagick: Fix ARCH_INCLUDE_DIR detection for version 7 and newer
Linux: Recognize multiarch directories for musl-linux-any
FindBoost: Add support for Boost 1.86
ci: Rebuild Fedora 41 image with updates Clarify advice given by compatibility deprecation message for CMake < 3.10
Help: Clarify instructions for using older VS toolsets with newer VS versions
ci: Update Windows builds to MSVC 14.42 toolset
ci: update macOS jobs to use Xcode 16.1
libarchive: Update script to get 3.7.7
execute_process: Restore CLOEXEC on OUTPUT_FILE and ERROR_FILE descriptors
CMake 3.31.1
GoogleTest: Clear script content buffer on flush and flush less often
GoogleTest: Avoid extra call to set DISABLED test property in discovery
CMP0175: Do not reject USES_TERMINAL for add_custom_command(TARGET)
Linker configuration: Add missing platforms
LLD linker: avoid regression on archive libraries deduplication
cmExperimental: Make CPS-export experimental notice more consistent
FindSQLite3: Guard calls to pkg_check_modules
Help: Guard calls to pkg_check_modules in cmake-developer(7) example
FindImageMagick: Fix ARCH_INCLUDE_DIR detection for version 7 and newer
Linux: Recognize multiarch directories for musl-linux-any
CMake 3.31.0
released Nov 9, 2024 (New Release)
New Features:
Presets:
“cmake-presets(7)” files may now include comments using the key $comment” at any level within the JSON object to provide documentation.
“cmake-presets(7)” files may now request graphviz output using the “graphviz” key in a configure preset.
Generators:
The Ninja Generators and Makefile Generators now produce a “codegen”
build target. See policy “CMP0171”. It drives a subset of the
build graph sufficient to run custom commands created with "add_custom_command()”'s new “CODEGEN” option.
Command-Line:
The “cmake --workflow” mode now accepts a preset name as the first argument, allowing the simpler command line “cmake --workflow <preset>”.
The “cmake -LR[A][H]” option was added to list cache entries whose names match a regular expression.
Compilers:
The LFortran compiler is now supported with “compiler id” “LFortran”.
Commands:
The “add_custom_command()” command gained a “CODEGEN” option to mark a custom command’s outputs as dependencies of a “codegen” target. See policy “CMP0171”.
The “cmake_pkg_config()” command was added as an endpoint for using CMake’s native pkg-config format parser. The only supported option in this release is “EXTRACT”, which provides low-level access to the values produced by parsing a pkg-config file. For most users, this is not yet a suitable replacement for the “FindPkgConfig” module.
The “file(ARCHIVE_CREATE)” command gained a “WORKING_DIRECTORY” option to specify a working directory for the archiving process.
The “file(MAKE_DIRECTORY)” command gained a “RESULT” option to capture failure in a result variable.
The “install(FILES)” and “install(DIRECTORY)” commands’ “TYPE” argument gained support for a “LIBEXEC” type.
Variables:
The “CMAKE_AIX_SHARED_LIBRARY_ARCHIVE” variable and corresponding “AIX_SHARED_LIBRARY_ARCHIVE” target property were added to create shared libraries on AIX as sh
Presets:
“cmake-presets(7)” files may now include comments using the key $comment” at any level within the JSON object to provide documentation.
“cmake-presets(7)” files may now request graphviz output using the “graphviz” key in a configure preset.
Generators:
The Ninja Generators and Makefile Generators now produce a “codegen”
build target. See policy “CMP0171”. It drives a subset of the
build graph sufficient to run custom commands created with "add_custom_command()”'s new “CODEGEN” option.
Command-Line:
The “cmake --workflow” mode now accepts a preset name as the first argument, allowing the simpler command line “cmake --workflow <preset>”.
The “cmake -LR[A][H]” option was added to list cache entries whose names match a regular expression.
Compilers:
The LFortran compiler is now supported with “compiler id” “LFortran”.
Commands:
The “add_custom_command()” command gained a “CODEGEN” option to mark a custom command’s outputs as dependencies of a “codegen” target. See policy “CMP0171”.
The “cmake_pkg_config()” command was added as an endpoint for using CMake’s native pkg-config format parser. The only supported option in this release is “EXTRACT”, which provides low-level access to the values produced by parsing a pkg-config file. For most users, this is not yet a suitable replacement for the “FindPkgConfig” module.
The “file(ARCHIVE_CREATE)” command gained a “WORKING_DIRECTORY” option to specify a working directory for the archiving process.
The “file(MAKE_DIRECTORY)” command gained a “RESULT” option to capture failure in a result variable.
The “install(FILES)” and “install(DIRECTORY)” commands’ “TYPE” argument gained support for a “LIBEXEC” type.
Variables:
The “CMAKE_AIX_SHARED_LIBRARY_ARCHIVE” variable and corresponding “AIX_SHARED_LIBRARY_ARCHIVE” target property were added to create shared libraries on AIX as sh
CMake 3.30.5
released Oct 9, 2024 (New Release)
Only check non-cache vars when setting project vars
CMake 3.30.4
released Sep 29, 2024 (New Release)
Brad King (4):
gitlab-ci: update macOS jobs to use Xcode 16.0
ci: Run RunCMake.ExternalProject serially in macos-x86_64 Xcode job
Help: Add 3.30 release notes for project variable updates
CMake 3.30.4
Craig Scott (4):
Help: file(CONFIGURE) only updates output file timestamp if it changes
FetchContent: Don’t update verify script timestamp if it doesn’t change
Help: State valid scopes for using proj_SOURCE_DIR and proj_BINARY_DIR
project: Only define non-cache vars if already defined
Diego Dassie (1):
CPack/NuGet: Add native0.0 to build dependencies in groups
Dilshod Mukhtarov (1):
librhash: aligned_alloc is not available with glibc < 2.16
Hermann von Kleist (4):
FindMatlab: Only consider versioned MCR subdirectory if it exists
FindMatlab: Add support for MCR distributions without mex.h
FindMatlab: Cache whether MATLAB root contains MCR or MATLAB
FindMatlab: Search mex and mx libraries for MCR
Marc Chevrier (1):
FindPython: ensure all ABI are searched by default
scivision (1):
FindMatlab: Add R2024b version map
gitlab-ci: update macOS jobs to use Xcode 16.0
ci: Run RunCMake.ExternalProject serially in macos-x86_64 Xcode job
Help: Add 3.30 release notes for project variable updates
CMake 3.30.4
Craig Scott (4):
Help: file(CONFIGURE) only updates output file timestamp if it changes
FetchContent: Don’t update verify script timestamp if it doesn’t change
Help: State valid scopes for using proj_SOURCE_DIR and proj_BINARY_DIR
project: Only define non-cache vars if already defined
Diego Dassie (1):
CPack/NuGet: Add native0.0 to build dependencies in groups
Dilshod Mukhtarov (1):
librhash: aligned_alloc is not available with glibc < 2.16
Hermann von Kleist (4):
FindMatlab: Only consider versioned MCR subdirectory if it exists
FindMatlab: Add support for MCR distributions without mex.h
FindMatlab: Cache whether MATLAB root contains MCR or MATLAB
FindMatlab: Search mex and mx libraries for MCR
Marc Chevrier (1):
FindPython: ensure all ABI are searched by default
scivision (1):
FindMatlab: Add R2024b version map
CMake for Windows 7 - free download notice
Windows 7 Download periodically updates software information of CMake from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX DVD Copy Pro
42% Off -
Media Player Morpher
85% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX DVD Video Converter
58% Off -
MacX DVD Ripper Pro
50% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Simply Fortran 3.39 Build 4394
- Qt 6.9.0
- Open Fortran Parser 0.8.3
- wxDEV-C++ 4.9.9.2
- Code::Blocks forMac OS X 20.03 Build Apr 3 20
- Python 3.12.4
- Agena 4.2.6
- FreeBasic for Windows (x64 bit) 1.10.1
- PythonCard 0.8.2
- FreeBasic for Windows 1.10.1
- GoBug 2.03.01
- tIDE 2.72
- Wing IDE Personal 10.0.4.0
- go.pc 1.23.0
- Sikuli X 1.0.1
- PureBasic 6.20.0
- Portable Sikuli X 1.0 RC3
- BI xPress 2.1.0 R30550
- Hakaya Studio 3.5.0.0 RC
- Code::Blocks for Windows 20.03 Build Apr 3 20
Popular Tags
ide
basic language
versatile
cross-platform
language
visual basic
development
software
basic
windows 7
user-friendly
coding language
compile
efficient
free
open-source
application
interface
exe
programming language
compiler
pascal
debugger
customizable
tools
java
decompiler
windows
environment
programming
Popular Windows 7 Software
- Simply Fortran 3.39 Build 4394
- Qt 6.9.0
- Free OCR C# 2022.8.7804
- Turbo C++ 3.0
- C# QR Barcode Reader 2021.11
- StrokeScribe 5.2.12.0
- ExamDiff Pro 15.0.1.27
- Turbo Pascal 7.0
- Adobe AIR SDK for Linux 51.1.3.10
- Open Fortran Parser 0.8.3
- TrueUpdate 3.5.3.0
- Portable RJ TextEd 4.15
- PILS 0.4.0
- XTOOLS
- Microsoft Visual Studio 2022 17.10.3
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.