mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
26 lines
779 B
Diff
26 lines
779 B
Diff
|
Index: FreeCAD-0.19.2/CMakeLists.txt
|
||
|
===================================================================
|
||
|
--- FreeCAD-0.19.2.orig/CMakeLists.txt
|
||
|
+++ FreeCAD-0.19.2/CMakeLists.txt
|
||
|
@@ -46,6 +46,7 @@ if(NOT FREECAD_LIBPACK_USE OR FREECAD_LI
|
||
|
SetupPCL()
|
||
|
SetupPybind11()
|
||
|
SetupBoost()
|
||
|
+ set(Boost_LIBRARIES_App ${Boost_LIBRARIES})
|
||
|
SetupXercesC()
|
||
|
find_package(ZLIB REQUIRED)
|
||
|
find_package(PyCXX REQUIRED)
|
||
|
Index: FreeCAD-0.19.2/src/App/CMakeLists.txt
|
||
|
===================================================================
|
||
|
--- FreeCAD-0.19.2.orig/src/App/CMakeLists.txt
|
||
|
+++ FreeCAD-0.19.2/src/App/CMakeLists.txt
|
||
|
@@ -59,7 +59,7 @@ include_directories(
|
||
|
|
||
|
set(FreeCADApp_LIBS
|
||
|
FreeCADBase
|
||
|
- ${Boost_LIBRARIES}
|
||
|
+ ${Boost_LIBRARIES_App}
|
||
|
)
|
||
|
|
||
|
if (BUILD_QT5)
|