We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b89a7 commit daef9a8Copy full SHA for daef9a8
1 file changed
cmake/dependencies/pybind11.cmake
@@ -37,7 +37,7 @@ function(find_pybind11)
37
mark_as_advanced(FETCHCONTENT_UPDATES_DISCONNECTED_FETCHEDpybind11)
38
endif()
39
else()
40
- find_package(pybind11 3.0.4 CONFIG REQUIRED)
+ find_package(pybind11 3.0.0 CONFIG REQUIRED)
41
message(STATUS "pybind11: Found version '${pybind11_VERSION}'")
42
43
endfunction()
0 commit comments