diff options
| author | Ryan <ryan__mckenzie@hotmail.com> | 2021-08-10 01:00:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 01:00:44 -0700 |
| commit | bd66ddea982ff5260d11d00dc22af07e5dc0270f (patch) | |
| tree | 7667524e8bc3a883ee56fa1c8749c4c032d27699 /versions/p- | |
| parent | 45768239ee52b1e100bfb8aa5d9e6fe57d064b0b (diff) | |
| download | vcpkg-bd66ddea982ff5260d11d00dc22af07e5dc0270f.tar.gz vcpkg-bd66ddea982ff5260d11d00dc22af07e5dc0270f.zip | |
[pybind11] Update to 2.7.1 (#19375)
* update to 2.7.1
* use `semver` version field
* fixup deprecated commands
* apply cmake guidelines for quoting arguments
* set `Python_EXECUTABLE` instead
pybind11 uses the `FindPython` module instead of `FindPython3`
* update baseline
* skip passing python executable on command line
* update baseline
* remove extraneous quotes
* remove unused function call
* update baseline
Diffstat (limited to 'versions/p-')
| -rw-r--r-- | versions/p-/pybind11.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/p-/pybind11.json b/versions/p-/pybind11.json index b3c3b90b2..2a54f4b5a 100644 --- a/versions/p-/pybind11.json +++ b/versions/p-/pybind11.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a8d7e31e74a9d73e4956e70efbcc0c3490968883", + "version-semver": "2.7.1", + "port-version": 0 + }, + { "git-tree": "e24d24b2afa6506e1dbea1bb922be82d0f4ffafb", "version": "2.6.2", "port-version": 0 |
