View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001278 | FreeCAD | Bug | public | 2013-10-16 18:20 | 2019-07-29 15:12 |
Reporter | cbuehler | Assigned To | wmayer | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | trunk | ||||
Fixed in Version | 0.14 | ||||
Summary | 0001278: No build possible with current CMake version 2.8.12 | ||||
Description | See http://cmake.org/gitweb?p=cmake.git;a=commit;h=9ce60ff509c4ff27fe861fc5b2080f50897a68c4 Fix: diff --git a/CMakeLists.txt b/CMakeLists.txt index 862cd7b..11c9b43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -361,14 +361,14 @@ MARK_AS_ADVANCED(FORCE FREECAD_LIBPACK_CHECKFILE6X FREECAD_LIBPACK_CHECKFILE7X) macro(fc_wrap_cpp outfiles ) # get include dirs QT4_GET_MOC_FLAGS(moc_flags) - QT4_EXTRACT_OPTIONS(moc_files moc_options ${ARGN}) + QT4_EXTRACT_OPTIONS(moc_files moc_options moc_target ${ARGN}) # fixes bug 0000585: bug with boost 1.48 SET(moc_options ${moc_options} -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED) foreach(it ${moc_files}) get_filename_component(it ${it} ABSOLUTE) QT4_MAKE_OUTPUT_FILE(${it} moc_ cpp outfile) - QT4_CREATE_MOC_COMMAND(${it} ${outfile} "${moc_flags}" "${moc_options}") + QT4_CREATE_MOC_COMMAND(${it} ${outfile} "${moc_flags}" "${moc_options}" "${moc_target}") set(${outfiles} ${${outfiles}} ${outfile}) add_file_dependencies(${it} ${outfile}) endforeach(it) | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
FreeCAD: master f061b6f7 2013-10-22 06:33:18 wmayer Details Diff |
0001278: No build possible with current CMake version 2.8.12 |
Affected Issues 0001278 |
|
mod - CMakeLists.txt | Diff File | ||
mod - cMake/FindCoin3DDoc.cmake | Diff File | ||
mod - cMake/FreeCadMacros.cmake | Diff File | ||
mod - src/Gui/CMakeLists.txt | Diff File | ||
mod - src/Mod/Image/Gui/AppImageGui.cpp | Diff File | ||
mod - src/Mod/Image/Gui/CMakeLists.txt | Diff File | ||
mod - src/Mod/Mesh/Gui/AppMeshGui.cpp | Diff File | ||
mod - src/Mod/Mesh/Gui/CMakeLists.txt | Diff File | ||
mod - src/Mod/Part/Gui/AppPartGui.cpp | Diff File | ||
mod - src/Mod/Part/Gui/CMakeLists.txt | Diff File | ||
mod - src/Mod/Points/Gui/AppPointsGui.cpp | Diff File | ||
mod - src/Mod/Points/Gui/CMakeLists.txt | Diff File | ||
mod - src/Mod/Raytracing/Gui/AppRaytracingGui.cpp | Diff File | ||
mod - src/Mod/Raytracing/Gui/CMakeLists.txt | Diff File | ||
mod - src/Mod/Test/Gui/AppTestGui.cpp | Diff File | ||
mod - src/Mod/Test/Gui/CMakeLists.txt | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-10-16 18:20 | cbuehler | New Issue | |
2013-10-21 16:18 | cbuehler | File Added: commit-a836dd1 | |
2013-10-21 16:19 | cbuehler | Note Added: 0003779 | |
2013-10-22 06:34 | wmayer | Status | new => assigned |
2013-10-22 06:34 | wmayer | Assigned To | => wmayer |
2013-10-22 06:35 | wmayer | Note Added: 0003780 | |
2013-10-22 06:35 | wmayer | Status | assigned => closed |
2013-10-22 06:35 | wmayer | Resolution | open => fixed |
2013-10-22 06:35 | wmayer | Fixed in Version | => 0.14 |
2019-07-29 15:12 | Kunda1 | Changeset attached | => FreeCAD master f061b6f7 |