Skip to content

Commit

Permalink
chore(port): update cmake-modules to 1.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock committed Oct 13, 2023
1 parent 91b60d3 commit 8c971ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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
18a538315d13cc948657e3b03e01e11ec3df47ebfe3e4196e52db2d3fc62e4baf37768b45cc29495c87bd6a7990292ae47dd8cd66082961c7e5b5abf03b41b04
a4f5494302e68d3f693f7e6bef7a696e7a318dc177c508721ac8647385a9f2fe32ccbe0ab7d8e501621d0ad9d846a16ed046ca7ee1506908c6c92980203cc952
)

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.0.2",
"version": "1.0.3",
"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 @@ -9,7 +9,7 @@
"port-version": 2
},
"cmake-modules": {
"baseline": "1.0.2",
"baseline": "1.0.3",
"port-version": 0
},
"cmake-stm32": {
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": "8978484016c0528eea2c4901f54a6d86b87c8c26",
"version": "1.0.3",
"port-version": 0
},
{
"git-tree": "207d642218fc95eac074b8ff393117929116492e",
"version": "1.0.2",
Expand Down

0 comments on commit 8c971ad

Please sign in to comment.