Disable external zipios usage for Debian builds

This commit is contained in:
Furgo
2024-12-14 10:10:18 +01:00
committed by Chris Hennes
parent 2070a7852d
commit 568c869dcb

View File

@@ -178,7 +178,10 @@ macro(InitializeFreeCADBuildOptions)
# if this is set override some options
if (FREECAD_BUILD_DEBIAN)
set(FREECAD_USE_EXTERNAL_ZIPIOS ON )
# Disable it until the upstream package has been fixed. See
# https://github.com/FreeCAD/FreeCAD/issues/13676#issuecomment-2539978468
# https://github.com/FreeCAD/FreeCAD/issues/13676#issuecomment-2541513308
set(FREECAD_USE_EXTERNAL_ZIPIOS OFF )
# A Debian package for SMESH doesn't exist
#set(FREECAD_USE_EXTERNAL_SMESH ON )
endif (FREECAD_BUILD_DEBIAN)