Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 457830 | Differences between
and this patch

Collapse All | Expand All

(-)src/Mod/CMakeLists.txt (-1 / +1 lines)
Lines 18-24 Link Here
18
    MESSAGE("Due to the missing Eigen3 library the Sketcher module won't be built")
18
    MESSAGE("Due to the missing Eigen3 library the Sketcher module won't be built")
19
    MESSAGE("Due to the missing Eigen3 library the Robot module won't be built")
19
    MESSAGE("Due to the missing Eigen3 library the Robot module won't be built")
20
ENDIF(EIGEN3_FOUND)
20
ENDIF(EIGEN3_FOUND)
21
add_subdirectory(Machining_Distortion)
21
#add_subdirectory(Machining_Distortion)
22
22
23
add_subdirectory(ReverseEngineering)
23
add_subdirectory(ReverseEngineering)
24
add_subdirectory(MeshPart)
24
add_subdirectory(MeshPart)

Return to bug 457830