Skip to content

Commit 2b0ecea

Browse files
committed
revert required:
1 parent 2585233 commit 2b0ecea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/python-highs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(headers_python ${highs_headers_python}
1818

1919
# Find Python 3
2020
find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
21-
find_package(pybind11 CONFIG REQUIRED)
21+
find_package(pybind11 CONFIG)
2222

2323
python_add_library(_core MODULE highs/highs_bindings.cpp WITH_SOABI)
2424

0 commit comments

Comments
 (0)