| macro(SetupPybind11) | |
| # -------------------------------- PyBind11 ----------------------------- | |
| # necessary for flat-mesh feature | |
| if (FREECAD_USE_PYBIND11) | |
| find_package(pybind11 REQUIRED) | |
| endif() | |
| endmacro(SetupPybind11) | |
| macro(SetupPybind11) | |
| # -------------------------------- PyBind11 ----------------------------- | |
| # necessary for flat-mesh feature | |
| if (FREECAD_USE_PYBIND11) | |
| find_package(pybind11 REQUIRED) | |
| endif() | |
| endmacro(SetupPybind11) | |