CMake 3.31.4 11 Jan 02:32
CMake is an extensible, open-source system that manages the build process in an operating system and in a compiler-independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. Simple configuration files placed in each source directory (called CMakeLists.txt files) are used to generate standard build files (e.g., makefiles on Unix and projects/workspaces in Windows MSVC) which are used in the usual way. CMake can generate a
minor feature: Changes made since CMake 3.31.3: Ben Boeckel (2): Tests/CXXModules: add a test with duplicate sources target_sources: Restore toleration of duplicate CXX_MODULES sources. Brad King (4): Makefile: List codegen target in help FindBoost: Add support for Boost 1.87 GenEx: Revert "Limit TARGET_PROPERTY transitive closure optimization" CMake 3.31.4. Marc Chevrier (1): Help: FindPython: typo. Saurabh Kumar (1): LFortran: Remove hard-coded --generate-object-code flag.