Skip to content

chore(port): update cpm-cmake/cpm.cmake to v0.40.6 #262

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 2, 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
90cf35260fa337bced9e3320fcf07e8afeaeea3a86adbff57df38c19e6546ee5b37480847f1ceb5a948414ae788a725f733f7599dbd7257fc34f59fd41b3199b
485c00658554e24202360c2896becc0d053e7ee32c129e09e6d327fba149043d2f39be3723f170557746511f204c109d7e390a658bca1725ea593788fd9b0584
)

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.5",
"version": "0.40.6",
"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.5",
"baseline": "0.40.6",
"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": "3aa77c03746c2a2d21614fdfee54e5186b82b483",
"version": "0.40.6",
"port-version": 0
},
{
"git-tree": "bad2671b4b5e356fcf504e63ed58a23fcd4c4f4f",
"version": "0.40.5",
Expand Down
Loading