From f67e89138852a71be5145a75e8f2e4ace7c0d3cb Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 02:49:05 +0000 Subject: [PATCH] chore(deps): update group vcpkg-baseline (#388) Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com> --- template/vcpkg.json.jinja | 4 ++-- vcpkg.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/template/vcpkg.json.jinja b/template/vcpkg.json.jinja index 14f628a9..6b014e70 100644 --- a/template/vcpkg.json.jinja +++ b/template/vcpkg.json.jinja @@ -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 != '' %] @@ -67,7 +67,7 @@ "registries": [ { "kind": "git", - "baseline": "53f3f9bdc8c43d04d723c8481b281768327232b6", + "baseline": "6cf777a089eb4a9b2d44bec7c59c960802fca80a", "repository": "https://github.com/msclock/cmake-registry", "packages": [ [%- if use_conan == true %] diff --git a/vcpkg.json b/vcpkg.json index cf8bcace..fe53811f 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": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3", + "builtin-baseline": "9558037875497b9db8cf38fcd7db68ec661bffe7", "homepage": "https://github.com/serious-scaffold/ss-cpp", "dependencies": [ "fmt", @@ -44,7 +44,7 @@ "registries": [ { "kind": "git", - "baseline": "53f3f9bdc8c43d04d723c8481b281768327232b6", + "baseline": "6cf777a089eb4a9b2d44bec7c59c960802fca80a", "repository": "https://github.com/msclock/cmake-registry", "packages": [ "cmake-modules",