Update pybind (#1876)

This commit is contained in:
Changming Sun 2019-09-19 17:44:33 -07:00 committed by GitHub
parent 6a9ae65f41
commit 561f2c4a9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c",
"commitHash": "00a0aa992953d6482114a0f539a21bb535a16383",
"repositoryUrl": "https://github.com/pybind/pybind11.git"
}
}

View file

@ -2,7 +2,7 @@ include(ExternalProject)
set(pybind11_INCLUDE_DIRS ${CMAKE_CURRENT_BINARY_DIR}/pybind11/src/pybind11/include)
set(pybind11_URL https://github.com/pybind/pybind11.git)
set(pybind11_TAG v2.2.4)
set(pybind11_TAG v2.4.0)
ExternalProject_Add(pybind11
PREFIX pybind11