Skip to content

Commit

Permalink
chore(deps): update group vcpkg-baseline (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] authored Oct 14, 2024
1 parent 50e4353 commit f67e891
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 @@ -3,7 +3,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "{{ repo_name }}",
"description": "{{ project_description }}",
"builtin-baseline": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3",
"builtin-baseline": "9558037875497b9db8cf38fcd7db68ec661bffe7",
"homepage": "https://{{ repo_url() }}",
"dependencies": [
[%- if compile_target != '' or exe_target != '' or header_target != '' %]
Expand Down Expand Up @@ -67,7 +67,7 @@
"registries": [
{
"kind": "git",
"baseline": "53f3f9bdc8c43d04d723c8481b281768327232b6",
"baseline": "6cf777a089eb4a9b2d44bec7c59c960802fca80a",
"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 @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "ss-cpp",
"description": "A continuously evolving basic template for cpp development.",
"builtin-baseline": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3",
"builtin-baseline": "9558037875497b9db8cf38fcd7db68ec661bffe7",
"homepage": "https://github.com/serious-scaffold/ss-cpp",
"dependencies": [
"fmt",
Expand Down Expand Up @@ -44,7 +44,7 @@
"registries": [
{
"kind": "git",
"baseline": "53f3f9bdc8c43d04d723c8481b281768327232b6",
"baseline": "6cf777a089eb4a9b2d44bec7c59c960802fca80a",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
"cmake-modules",
Expand Down

0 comments on commit f67e891

Please sign in to comment.