Skip to content

Commit

Permalink
chore(deps): update group vcpkg-baseline (#367)
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 Sep 16, 2024
1 parent e88dbe0 commit 5afa13e
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": "eba7c6a894fce24146af4fdf161fef8e90dd6be3",
"builtin-baseline": "86fba13068f1e8111e7d885de2aef11378435139",
"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": "f5cbbd8ec462905f1891d474249cd083a6cf090b",
"baseline": "54f60bf9348f768bb89d9a1c9564c0f0c8f32454",
"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": "eba7c6a894fce24146af4fdf161fef8e90dd6be3",
"builtin-baseline": "86fba13068f1e8111e7d885de2aef11378435139",
"homepage": "https://github.com/serious-scaffold/ss-cpp",
"dependencies": [
"fmt",
Expand Down Expand Up @@ -44,7 +44,7 @@
"registries": [
{
"kind": "git",
"baseline": "f5cbbd8ec462905f1891d474249cd083a6cf090b",
"baseline": "54f60bf9348f768bb89d9a1c9564c0f0c8f32454",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
"cmake-modules",
Expand Down

0 comments on commit 5afa13e

Please sign in to comment.