Skip to content

chore(port): update cpm-cmake/cpm.cmake to v0.41.0 #274

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
May 3, 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
2fa85a88fa670fe2d2a6f849551c07a2cb8667b405abf0c709bc680bbedcc5971fb4cc153cd3b7acae90dbee2e6b421044ff780ce10cf3e9de6b53eccff71107
28643a54a25564ddba21a377b7c921407bf73f4ee531fb97001f2db47a35be667d0e90634c16fc9d61ff26e0b35f071bada76ffa0de97886ac907a16cc51dab5
)

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.8",
"version": "0.41.0",
"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.8",
"baseline": "0.41.0",
"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": "50a96429462c0e788888d9428f97a6a3e593b89b",
"version": "0.41.0",
"port-version": 0
},
{
"git-tree": "f8f0cc8fed6b804e16393c78a291eb38c1b091e2",
"version": "0.40.8",
Expand Down
Loading