Skip to content

Commit

Permalink
Disable external zipios usage for Debian builds
Browse files Browse the repository at this point in the history
  • Loading branch information
furgo16 authored and chennes committed Dec 14, 2024
1 parent e3d81ea commit e458526
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e458526

Please sign in to comment.