João Matos
8a384a2b70
CMake: Improve Import dependency check for TechDraw module. ( #19036 )
...
* CMake: Fix missing Import dependency check for TechDraw module.
* CMake/TechDraw: Conditionally use Import library.
* CMake: Fix missing dependency check for Module and PartDesign measure in TechDraw.
2025-01-19 13:33:16 -06:00
tritao
70423b7d59
CMake: Issue a non-fatal error when module dependency is not found.
2025-01-14 15:45:21 -06:00
marioalexis
a6b36f6e57
CMake: Decouple internal SMESH build from Fem build - fixes #18287
2024-12-09 12:09:30 -05:00
Chris Mayo
b0dd5e7b60
CMake: Add inter-module dependency of ReverseEngineering on Points
...
Building with -DBUILD_POINTS=no -DBUILD_REVERSEENGINEERING=yes fails with:
src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp
src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp:36:10: fatal error: Mod/Points/App/PointsPy.h: No such file or directory
36 | #include <Mod/Points/App/PointsPy.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
2024-10-21 18:13:20 +02:00
Chris Mayo
5a537f6de0
CMake: Add inter-module dependency of Part on Material
...
Building with -DBUILD_PART=ON and -DBUILD_MATERIAL=no fails with:
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lMaterials: No such file or directory
collect2: error: ld returned 1 exit status
2024-10-21 18:11:56 +02:00
marcuspollio
5a841e7222
cmake: update BUILD_PATH to BUILD_CAM ( #16040 )
2024-08-26 11:27:09 -05:00
Yorik van Havre
76e901861d
BIM: Renamed Arch to BIM
2024-05-16 17:23:10 +02:00
Chris Hennes
d0a87d3e0c
Start: Remove old WB and replace with new
2024-04-21 22:27:50 -05:00
Chris Hennes
67638c3701
CMake: Remove last vestige of raytracing
2023-06-06 07:37:15 -05:00
sliptonic
ed961dd834
remove dependency on robot
2023-05-12 09:20:20 -05:00
wmayer
d7313598aa
CMake: disable Drawing module by default
2022-06-25 18:10:06 +02:00
Jose Luis Cercos-Pita
63c9e7ee72
Remove Ship module
2021-07-05 09:24:21 +02:00
sliptonic
272972559f
fix build problem with path
2020-10-18 16:36:47 -05:00
Priit Laes
5538d090af
build: Path workbench depends on Mesh workbench
2020-10-08 17:28:08 +03:00
Priit Laes
b489f2b497
build: Fix dependency management for workbenches
...
Previously the workbench was not disabled even when dependencies
were unmet, resulting in eventual compile failure.
2020-10-08 17:28:08 +03:00
ezzieyguywuf
63c45d3ba4
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