View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000148 | FreeCAD | Bug | public | 2010-08-30 09:23 | 2010-08-30 13:14 |
Reporter | midgetfc | Assigned To | wmayer | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000148: cmake configure fails when FREECAD_BUILD_GUI is not set | ||||
Description | in 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. | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
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 |