-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please allow to use the pre-installed bybind11 package #23
Comments
Yes, but I'm new to cmake and have no clue how to reliably find the system-wide installation. |
For a header-only library it can add a cmake variable |
Better yet, Python binding should be its own, separate project. Systems generally have multiple versions of python installed at the same time, and the binding also needs to be independently installed at the same time for each of them. |
Ah, of course. So defaulting to
The targeted python version can be choosen as for all pybind11-projects, so that's a non-issue.
|
|
The
pybind11
package is available for a wide variety of systems: https://repology.org/metapackage/pybind11/versions, so there is no need to download and rebuild it separately.The text was updated successfully, but these errors were encountered: