change MIN_boost_version

ubuntu version 20.04 is no longer supported.
The minimum boost version used for freecad is now 1.74 (ubuntu 22.04) https://launchpad.net/ubuntu/jammy/+package/libboost-system-dev
This commit is contained in:
Andrea
2025-02-15 14:02:43 +01:00
committed by Chris Hennes
parent 0931abe4d5
commit 146d8a356b
50 changed files with 48 additions and 77 deletions

View File

@@ -81,7 +81,7 @@ def declare_begin(module, header=True):
f"""
{trace_comment()}
#include <Base/Parameter.h>
{"#include <boost_signals2.hpp>" if signal else ""}
{"#include <boost/signals2.hpp>" if signal else ""}
"""
)