Skip to content

Commit

Permalink
update to pybind11 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wistaria committed Sep 10, 2023
1 parent 230c5e9 commit dd5959c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ include(cmake/prefix.cmake)
project(pycxx CXX)
include(cmake/postfix.cmake)

# set(FETCHCONTENT_UPDATES_DISCONNECTED ON)

find_package(Python COMPONENTS Interpreter Development REQUIRED)
find_package(Boost COMPONENTS python)

Expand Down
2 changes: 1 addition & 1 deletion cmake/pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ include(FetchContent)
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG 5b0a6fc2017fcc176545afe3e09c9f9885283242 #2.10.4
GIT_TAG 8a099e44b3d5f85b20f05828d919d2332a8de841 # 2.11.1
)
list(APPEND FetchContents pybind11)

0 comments on commit dd5959c

Please sign in to comment.