Skip to content

chore(port): update msclock/cmake-modules to v1.6.14 #246

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
Jan 5, 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-modules/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
f577fb15bb6871b51f8b02330657c5d66f86f4ecaee0ad2da866f679ce43211cf53d33a252b3144fc21f0db0525ed9b096279d839aba6834c2ab31733695e039
837e8493ea88e718eb26dd24a43ddd0805484b4f701e12377cf46f509c8069055c4a3961d6301903a0124716172a7698aabcbabd5125a30a1d1df569e2460acf
)

file(GLOB items ${SOURCE_PATH}/cmake/*)
Expand Down
2 changes: 1 addition & 1 deletion ports/cmake-modules/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmake-modules",
"version": "1.6.13",
"version": "1.6.14",
"description": "Some useful cmake module collection",
"homepage": "https://github.com/msclock/cmake-modules",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"port-version": 0
},
"cmake-modules": {
"baseline": "1.6.13",
"baseline": "1.6.14",
"port-version": 0
},
"cmake-patch-file": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cmake-modules.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9f7f642363ea9ae67e194887358345c04e8ed6e9",
"version": "1.6.14",
"port-version": 0
},
{
"git-tree": "4c79cbe68012f8ebc6faab447621123b21d518c1",
"version": "1.6.13",
Expand Down
Loading