We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2585233 commit 2b0eceaCopy full SHA for 2b0ecea
cmake/python-highs.cmake
@@ -18,7 +18,7 @@ set(headers_python ${highs_headers_python}
18
19
# Find Python 3
20
find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
21
-find_package(pybind11 CONFIG REQUIRED)
+find_package(pybind11 CONFIG)
22
23
python_add_library(_core MODULE highs/highs_bindings.cpp WITH_SOABI)
24
0 commit comments