Skip to content

Commit

Permalink
fix: enable cmake-modules customizable options (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock authored Apr 5, 2024
1 parent 853297b commit c74f7c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions template/vcpkg.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
[%- endif %]
{
"name": "cmake-modules",
"version": "1.4.22"
"version": "1.4.26"
},
{
"name": "robotology-cmake-ycm",
Expand All @@ -61,7 +61,7 @@
"registries": [
{
"kind": "git",
"baseline": "9491375f85fe82d7c02f3755b257f6f1b776572b",
"baseline": "2ddedaff948ef9ee241cba25b1a24be95fc86efc",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
[%- if use_conan == true %]
Expand Down
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"name": "cmake-modules",
"version": "1.4.22"
"version": "1.4.26"
},
{
"name": "robotology-cmake-ycm",
Expand All @@ -38,7 +38,7 @@
"registries": [
{
"kind": "git",
"baseline": "9491375f85fe82d7c02f3755b257f6f1b776572b",
"baseline": "2ddedaff948ef9ee241cba25b1a24be95fc86efc",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
"cmake-modules",
Expand Down

0 comments on commit c74f7c4

Please sign in to comment.