Skip to content

chore(port): update cpm-cmake/cpm.cmake to v0.40.8 #265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/cmake-cpm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
REF
v${VERSION}
SHA512
27e1dd51ba7d59249b1bf541ae65786765c62c7fe6a2bf9eeca2260bb396b349bdb2550588ce9713639f7be22cbbb80e9435ec5ff81b33b814ecaf4e6d11a8fe
2fa85a88fa670fe2d2a6f849551c07a2cb8667b405abf0c709bc680bbedcc5971fb4cc153cd3b7acae90dbee2e6b421044ff780ce10cf3e9de6b53eccff71107
)

vcpkg_replace_string(${SOURCE_PATH}/cmake/CPM.cmake
Expand Down
2 changes: 1 addition & 1 deletion ports/cmake-cpm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmake-cpm",
"version": "0.40.7",
"version": "0.40.8",
"description": "CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.",
"homepage": "https://github.com/cpm-cmake/CPM.cmake",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"port-version": 0
},
"cmake-cpm": {
"baseline": "0.40.7",
"baseline": "0.40.8",
"port-version": 0
},
"cmake-forward-arguments": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cmake-cpm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f8f0cc8fed6b804e16393c78a291eb38c1b091e2",
"version": "0.40.8",
"port-version": 0
},
{
"git-tree": "040c71b34cea4ad9d818a1ddc455344b8113e840",
"version": "0.40.7",
Expand Down
Loading