这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tuplex/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message(STATUS "Pybind11 uses python version ${Python3_VERSION}")
set(PYBIND11_FINDPYTHON OFF CACHE INTERNAL "")
set(PYBIND11_PYTHON_VERSION "${Python3_VERSION}" CACHE INTERNAL "")
FetchContent_Declare(pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11
GIT_TAG v2.10.4 )
GIT_TAG v2.11.1 )
FetchContent_GetProperties(pybind11)
if(NOT pybind11_POPULATED)
FetchContent_Populate(pybind11)
Expand Down