Skip to content

Commit

Permalink
chore: update cmake-modules to support valgrind (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock authored Mar 31, 2024
1 parent 277c8a7 commit 9422875
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.2"
"version": "1.4.5"
},
{
"name": "robotology-cmake-ycm",
Expand All @@ -50,7 +50,7 @@
"registries": [
{
"kind": "git",
"baseline": "b9b0d7329ef6e67f4862f990445944f221040ad2",
"baseline": "22770c9e2633cf3e253df68aa64f64c4597b4618",
"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.2"
"version": "1.4.5"
},
{
"name": "robotology-cmake-ycm",
Expand All @@ -27,7 +27,7 @@
"registries": [
{
"kind": "git",
"baseline": "b9b0d7329ef6e67f4862f990445944f221040ad2",
"baseline": "22770c9e2633cf3e253df68aa64f64c4597b4618",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
"cmake-modules",
Expand Down

0 comments on commit 9422875

Please sign in to comment.