We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8697b commit e19321dCopy full SHA for e19321d
1 file changed
python/CMakeLists.txt
@@ -3,7 +3,7 @@ include(FetchContent)
3
FetchContent_Declare(
4
pybind11
5
GIT_REPOSITORY https://github.com/pybind/pybind11.git
6
- GIT_TAG v3.0.1
+ GIT_TAG v3.0.4
7
)
8
# For Windows: Prevent overriding the parent project's compiler/linker settings
9
set(PYBIND11_FINDPYTHON ON)
0 commit comments