diff --git a/template/vcpkg.json.jinja b/template/vcpkg.json.jinja index 022d8e2..61dff56 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": "26abb5b33f976246a5f2cdc45cdd073d51caff06", + "builtin-baseline": "20a72ce99b12dd0ebfea5d39f32681bd68b19d03", "homepage": "https://{{ repo_url() }}", "dependencies": [ [%- if compiled == true %] diff --git a/vcpkg.json b/vcpkg.json index ff71f9e..45ca77d 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-pybind11", "description": "A template of serious scaffold family based on pybind11.", - "builtin-baseline": "26abb5b33f976246a5f2cdc45cdd073d51caff06", + "builtin-baseline": "20a72ce99b12dd0ebfea5d39f32681bd68b19d03", "homepage": "https://github.com/serious-scaffold/ss-pybind11", "dependencies": [ "pybind11",