Skip to content

Commit daef9a8

Browse files
authored
Relax pybind11 version requirement for package managers (#1432)
1 parent 38b89a7 commit daef9a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/dependencies/pybind11.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function(find_pybind11)
3737
mark_as_advanced(FETCHCONTENT_UPDATES_DISCONNECTED_FETCHEDpybind11)
3838
endif()
3939
else()
40-
find_package(pybind11 3.0.4 CONFIG REQUIRED)
40+
find_package(pybind11 3.0.0 CONFIG REQUIRED)
4141
message(STATUS "pybind11: Found version '${pybind11_VERSION}'")
4242
endif()
4343
endfunction()

0 commit comments

Comments
 (0)