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).
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 theinclude_directories
. This will mess with a system-supplied python installation (or rather: it will just use the in-repo version instead).