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:
@@ -53,7 +53,7 @@
|
||||
#include <boost/random.hpp>
|
||||
#include <boost/range/adaptor/map.hpp>
|
||||
#include <boost/uuid/uuid_io.hpp>
|
||||
#include <boost_geometry.hpp>
|
||||
#include <boost/geometry.hpp>
|
||||
|
||||
// OpenCasCade
|
||||
#include <BRepAdaptor_Curve.hxx>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include <boost/unordered/unordered_map.hpp>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <boost/signals2.hpp>
|
||||
|
||||
#include <App/Property.h>
|
||||
#include <Mod/Part/App/Geometry.h>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
#include <boost/iostreams/device/array.hpp>
|
||||
#include <boost/iostreams/stream.hpp>
|
||||
#include <boost/range/adaptor/map.hpp>
|
||||
#include <boost_geometry.hpp>
|
||||
#include <boost/geometry.hpp>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/Selection/Selection.h>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <boost/signals2.hpp>
|
||||
|
||||
|
||||
class QComboBox;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef SKETCHERGUI_TaskDlgEditSketch_H
|
||||
#define SKETCHERGUI_TaskDlgEditSketch_H
|
||||
|
||||
#include <boost_signals2.hpp>
|
||||
#include <boost/signals2.hpp>
|
||||
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <QListWidget>
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
#include <boost_signals2.hpp>
|
||||
#include <boost/signals2.hpp>
|
||||
|
||||
#include <Gui/Selection/Selection.h>
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef GUI_TASKVIEW_TaskSketcherMessages_H
|
||||
#define GUI_TASKVIEW_TaskSketcherMessages_H
|
||||
|
||||
#include <boost_signals2.hpp>
|
||||
#include <boost/signals2.hpp>
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/Selection/Selection.h>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <boost/signals2.hpp>
|
||||
|
||||
namespace App
|
||||
{
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <Inventor/SoRenderManager.h>
|
||||
#include <Inventor/sensors/SoNodeSensor.h>
|
||||
#include <QCoreApplication>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <boost/signals2.hpp>
|
||||
#include <memory>
|
||||
|
||||
#include <Base/Parameter.h>
|
||||
|
||||
Reference in New Issue
Block a user