Merge pull request #116786 from MatthewCroughan/freecad-flatmesh

freecad: add flatmesh library via '-D BUILD_FLAT_MESH:BOOL=ON'
This commit is contained in:
Anderson Torres
2021-03-19 09:59:38 -03:00
committed by GitHub

View File

@@ -101,6 +101,7 @@ mkDerivation rec {
];
cmakeFlags = [
"-DBUILD_FLAT_MESH:BOOL=ON"
"-DBUILD_QT5=ON"
"-DSHIBOKEN_INCLUDE_DIR=${shiboken2}/include"
"-DSHIBOKEN_LIBRARY=Shiboken2::libshiboken"