cmake_min_version
cmake_min_version copied to clipboard
Determine the minimal requirement CMake version of a project
Hi, This fix the re-downloading when the extension is tar.gz
This is a nice iterative approach, probably the most straightforward. Another use case is checking only a subset of certain point releases. For example, I personally use the latest CMake...
With the growing list of available CMake versions, downloading the binaries starts to take a huge time and a lot of disk space even when `--latest_patch` or `--first_minor` are used...
Allow to specify the bitness when fetching the CMake binaries
On a project with `find_package`, this tool provides: ``` [glow@arch ~/tmp/cmake_min_version]$ python cmake_min_version.py ~/dev/f3d/f3d/src/examples/ Found 25 CMake binaries from directory tools [ 0%] CMake 3.13.5 ✘ error CMakeLists.txt:5 (find_package) [...
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) Commits 4e613f8 Merge pull request from GHSA-g7vv-2v7x-gj9p b53348c cli:...
cmake 3.0 - 3.20 have an error on the line 3: `project(cmake_min_test1 VERSION 0.1)` on the test project: https://github.com/yalov/cmake_min_test1 I have compiled this project on cmake 3.29.0 (windows 10) and...
- refactoring to avoid duplicate code