Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize our detection of pybind11
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 15 Jun 2019 19:26:03 +0000 (21:26 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 15 Jun 2019 19:33:19 +0000 (21:33 +0200)
commit5390576cf89cb8b9fe0252ddeed0d70fb35b4257
tree6c3200a5c906c43f2c0cf8a4221083df96491205
parent86ef93540872830ed4c8a5737678f6eb528d021d
sanitize our detection of pybind11

For some reason, our modified version of pybind11Config.cmake was not
included in the archive. We use it to ensure that the error message is
human friendly when compiling on a machine where pybind is not
installed.

For some other reason, FindPythonLibsNew.cmake was still in our git. I
tried to pack it in simgrid at some point to achieve the above
objective, but it proved to be a bad idea. I removed the other cmake
helping file of pybind11 but it seems I forgot this one. Fixed now.
tools/cmake/DefinePackages.cmake
tools/cmake/Modules/FindPythonLibsNew.cmake [deleted file]