You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[pybind11](https://github.com/pybind/pybind11)>= 2.12.0 (only for building Python libs)
64
+
*[pybind11](https://github.com/pybind/pybind11)(2.12.0+, only for building Python libs)
65
65
66
66
The CMake configuration automatically checks if the dependencies are installed.
67
67
If the dependencies are not found on the system, they will be built from source. To use local installations of the dependencies, the `VIENNAPS_LOOKUP_DIRS` variable can be set to the installation path of the dependencies.
@@ -115,7 +115,7 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum
0 commit comments