GridOPTICS / GridPACK

https://www.gridpack.org/
47 stars 22 forks source link

Python module: maybe prefer system pybind11 over submodule #199

Open wperkins opened 10 months ago

wperkins commented 10 months ago

Currently, when the Python module is built, pybind11 is located by pointing CMake directly at the git submodule sub-directory. It may be preferable to let CMake interrogate the system to see if a perhaps more recent version is installed as a system package.