diff --git a/template/vcpkg.json.jinja b/template/vcpkg.json.jinja index d119a3fa..9f8defb0 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": "3c76dc55f8bd2b7f4824bcd860055094bfbbb9ea", + "builtin-baseline": "ce1916404fc6f2b645f419a6d47b7ebafe686582", "homepage": "https://{{ repo_url() }}", "dependencies": [ [%- if compile_target != '' or exe_target != '' or header_target != '' %] diff --git a/vcpkg.json b/vcpkg.json index 35855765..0966b06c 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 development-focused Cpp project template.", - "builtin-baseline": "3c76dc55f8bd2b7f4824bcd860055094bfbbb9ea", + "builtin-baseline": "ce1916404fc6f2b645f419a6d47b7ebafe686582", "homepage": "https://github.com/serious-scaffold/ss-cpp", "dependencies": [ "spdlog",