Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we cannot use PYBIND11 without PYTHONLIBS
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 27 Dec 2018 18:29:03 +0000 (19:29 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 27 Dec 2018 18:29:09 +0000 (19:29 +0100)
commita539cc1790aed8a1549a6cde5cdddc0876615851
treec75b84d99749619697b334b204429320b4691f42
parent1643b1711d3403b8c3ae7091e38cb69f5f9a1272
we cannot use PYBIND11 without PYTHONLIBS

No idea why pybind11 does not do it automatically. Maybe they think
that pybind11 can work (ie generate code) even if that code cannot be
compiled, but that's a bit ... strange.
CMakeLists.txt