View Issue Details

IDProjectCategoryView StatusLast Update
0000148FreeCADBugpublic2010-08-30 13:14
Reportermidgetfc Assigned Towmayer  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0000148: cmake configure fails when FREECAD_BUILD_GUI is not set
Descriptionin TRUNK/CMakeLists.txt,
line 209: include(AddFileDependencies) is in a conditional block beginning
line 167: if (FREECAD_BUILD_GUI)
and ending line 229.
The macro add_file_dependencies is not called only when FREECAD_BUILD_GUI is set.
So the include should be out of the conditional block.
Joined a patch for TRUNK/CMakeLists.txt with the include at the beginning of the file.
TagsNo tags attached.
FreeCAD Information

Activities

2010-08-30 09:23

 

patch-trunk-CMakeLists.txt-3484.gz (Attachment missing)

wmayer

2010-08-30 13:14

administrator   ~0000312

Thanks. Applied in rev. 3487

Issue History

Date Modified Username Field Change
2010-08-30 09:23 midgetfc New Issue
2010-08-30 09:23 midgetfc File Added: patch-trunk-CMakeLists.txt-3484.gz
2010-08-30 13:14 wmayer Note Added: 0000312
2010-08-30 13:14 wmayer Assigned To => wmayer
2010-08-30 13:14 wmayer Status new => closed
2010-08-30 13:14 wmayer Resolution open => fixed