From b28c7fc6edc4e42c9e3891c785f1d2e69e6af9b2 Mon Sep 17 00:00:00 2001 From: jriegel Date: Sun, 8 Sep 2013 19:53:09 +0200 Subject: [PATCH] remove MachDist from the build system --- src/Mod/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/CMakeLists.txt b/src/Mod/CMakeLists.txt index 99ba91dd5f..c1891518ae 100644 --- a/src/Mod/CMakeLists.txt +++ b/src/Mod/CMakeLists.txt @@ -19,7 +19,6 @@ ELSE(EIGEN3_FOUND) MESSAGE("Due to the missing Eigen3 library the Sketcher module won't be built") MESSAGE("Due to the missing Eigen3 library the Robot module won't be built") ENDIF(EIGEN3_FOUND) -add_subdirectory(Machining_Distortion) add_subdirectory(ReverseEngineering) add_subdirectory(MeshPart)