CMake 3.31.2 freeware
... workspaces that can be used in the compiler environment of your choice. ...
Author | Kitware, Inc. |
Released | 2024-12-18 |
Filesize | 29.60 MB |
Downloads | 997 |
OS | Windows 11, Windows 10 32/64 bit, Windows 8 32/64 bit, Windows 7 32/64 bit |
Installation | Instal And Uninstall |
Keywords | CMake, code generation, compile, make, generate |
Users' rating (29 rating) |
CMake Free Download - we do not host any CMake torrent files or links of CMake on rapidshare.com, depositfiles.com, megaupload.com etc. All CMake download links are direct CMake download from publisher site or their selected mirrors.
3.31.2 | 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 |
3.31.1 | Nov 25, 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 |
3.31.0 | 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 |