CMake: Remove FREECAD_USE_PYBIND11 as a build option

This commit is contained in:
wmayer
2024-11-15 18:58:17 +01:00
committed by Chris Hennes
parent 1489015caf
commit c532683060
4 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ macro(SetupPybind11)
# -------------------------------- PyBind11 -----------------------------
# necessary for flat-mesh feature
option(FREECAD_USE_PYBIND11 "Use pybind11" OFF)
if (FREECAD_USE_PYBIND11)
find_package(pybind11 REQUIRED)
endif()