From 87151ae17aa4831db3cda4e11753cbdf4dc020e4 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:48:35 +0000 Subject: [PATCH] chore(deps): update https://github.com/microsoft/vcpkg digest to d7112d1 --- template/vcpkg.json.jinja | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/vcpkg.json.jinja b/template/vcpkg.json.jinja index 4ff063a7..d36f1e4e 100644 --- a/template/vcpkg.json.jinja +++ b/template/vcpkg.json.jinja @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "{{ ss_cmake_repo_name }}", "description": "{{ ss_cmake_project_description }}", - "builtin-baseline": "65be7019941e1401e02daaba0738cab2c8a4a355", + "builtin-baseline": "d7112d1a4fb50410d3639f5f586972591d848beb", "homepage": "https://{{ ss_cmake_repo_url }}", "dependencies": [ [%- if compile_target != '' or exe_target != '' or header_target != '' %] diff --git a/vcpkg.json b/vcpkg.json index 163ff741..0d5b3fd1 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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": "65be7019941e1401e02daaba0738cab2c8a4a355", + "builtin-baseline": "d7112d1a4fb50410d3639f5f586972591d848beb", "homepage": "https://github.com/serious-scaffold/ss-cpp", "dependencies": [ "fmt",