wmayer
49475112b3
Cloud: [skip ci] add build option to compile Cloud module
2020-02-20 22:10:17 +01:00
wmayer
606606edec
conda: fix conda build failure because CMAKE_SYSTEM_PROCESSOR is not defined
2020-02-17 19:25:12 +01:00
Zhang Wei
8111c9e2e5
Patch for MIPS64 Architecture
2020-02-15 19:32:58 +01:00
SolidDude
20267f1af1
Get cmake to find pythonlibs 3.x when python 2.7 is present
2020-02-15 17:30:19 +01:00
wmayer
6985ecec07
CMake: [skip ci] report which C++ standard is required
2020-01-16 13:53:26 +01:00
looooo
3cf4aeb310
python: add option INSTALL_TO_SITEPACKAGES
...
If INSTALL_TO_SITEPACKAGES is enabled, the freecad-namespace package (freecad/__init__.py) is installed in the python-sitepackage-dir. Further, the library install path (CMAKE_INSTALL_LIBDIR)
is used to find the FreeCAD shared library. If, for some reason, one wants to import another installed FreeCAD version it's possible to set the environment variable "PATH_TO_FREECAD_LIBDIR" to
point to the wanted FreeCAD-library (FreeCAD.so / FreeCAD.dll)
2020-01-07 07:28:25 -03:00
wmayer
3bbd415523
Build option: do not force PCL to be always enabled on Win32, add option to allow to disable it
2019-11-29 16:15:16 +01:00
wmayer
dccfc474b4
Add option to copy required plugins from LibPack to build directory
2019-11-29 13:38:06 +01:00
wmayer
60dd9f3ab6
Fix cmake report to show correct Qt version
2019-11-24 12:36:05 +01:00
wmayer
9d723f38bc
when using pcl do not allow it to override compiler flags
2019-11-22 14:46:01 +01:00
wmayer
6300e09dd8
handle some more warnings: -Wkeyword-macro -Wdeprecated-declarations -Wextra-semi
2019-11-18 11:56:08 +01:00
wmayer
cc6115920f
set -Wpedantic for clang
2019-11-17 19:39:01 +01:00
looooo
1caf994858
cmake: pyside2: try other solution
2019-10-21 23:33:26 +02:00
looooo
504cbd84a7
cmake: pyside2: we also need headers from shiboken and pyside2
2019-10-05 17:15:29 +02:00
looooo
84fe44cb32
cmake: pyside2 config fix
2019-09-28 12:43:28 +02:00
sgrogan
6e1b8052d8
Copy files from libpack to build or install directory:
...
Windows- copy plugins/styles and plugins/printsupport to bin
copy libpack/bin/QtWebEngineProcess.exe and libpack/bin/qt.conf to build/bin
copy assistant.exe to build/bin
2019-09-27 11:09:10 +02:00
wmayer
91224df805
clean-up FreeCADLibpackChecks.cmake
2019-09-26 23:42:13 +02:00
ezzieyguywuf
6b250d5116
Cleaned up a debug message and removed legacy file.
2019-09-26 18:55:11 +02:00
ezzieyguywuf
aa7419b203
Move logic out of CMakeLists.txt
...
This is an initial pass, simply moving the existing logic as-is. Future
PR's will attempt to refactor and improve the cmake stuff.
2019-09-26 18:54:45 +02:00