From c0e2c92851510c31eef600d8b12c8eb96c68dc62 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 99ba91dd5..c1891518a 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)