kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
231 stars 37 forks source link

Building with system-supplied pybind still uses in-repo include #325

Open kpeeters opened 1 day ago

kpeeters commented 1 day ago

There are a few places in the CMakeLists.txt files where we explicity set the in-repo pybind11 folder as one of the paths in the include_directories. This will mess with a system-supplied python installation (or rather: it will just use the in-repo version instead).