Skip to content

chore(port): update cpm-cmake/cpm.cmake to v0.42.0 #276

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 18, 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
28643a54a25564ddba21a377b7c921407bf73f4ee531fb97001f2db47a35be667d0e90634c16fc9d61ff26e0b35f071bada76ffa0de97886ac907a16cc51dab5
6c85909122ad935d63ff1561aa786d5c648eb0c0eda60cefc9bd86d61fded47dfb02169e33eca7497cf347c7f2d32e5e1e08a9c42cd3eb9752a51246451a354f
)

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.41.0",
"version": "0.42.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.41.0",
"baseline": "0.42.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": "18c0c1063027424af98cdc6220c9b64529e03137",
"version": "0.42.0",
"port-version": 0
},
{
"git-tree": "50a96429462c0e788888d9428f97a6a3e593b89b",
"version": "0.41.0",
Expand Down
Loading