Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve how we search for pybind11
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 6 Jun 2019 21:43:22 +0000 (23:43 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 6 Jun 2019 21:43:25 +0000 (23:43 +0200)
commit83b4edd035b8a44530e7fc081f923567829ab5ae
treeb154c56944c7fa9289cf2bc81f62e5993331e0d9
parent300dd5da467aca28336fa0512e8a8b271a656af0
Improve how we search for pybind11

Include the searching modules in our tree. I am not absolutely
convinced that this is the right approach (we are dupplicating their
code, we'll have to maintain it), but the error message is rather
brutal without it, and plus, the result of "pip install pybind11" is
not enough without it.
CMakeLists.txt
tools/cmake/Modules/FindPythonLibsNew.cmake [new file with mode: 0644]
tools/cmake/Modules/pybind11Config.cmake [new file with mode: 0644]
tools/cmake/Modules/pybind11ConfigVersion.cmake [new file with mode: 0644]
tools/cmake/Modules/pybind11Targets.cmake [new file with mode: 0644]
tools/cmake/Modules/pybind11Tools.cmake [new file with mode: 0644]