From f44cae2f447bb2ba27b0bac80cbb7184b2d465ce Mon Sep 17 00:00:00 2001 From: sliptonic Date: Sun, 11 Jun 2017 09:43:05 -0500 Subject: [PATCH] Path: remove obsolete NC sources --- src/Mod/Path/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/Mod/Path/CMakeLists.txt b/src/Mod/Path/CMakeLists.txt index c687057820..ed288ca1c0 100644 --- a/src/Mod/Path/CMakeLists.txt +++ b/src/Mod/Path/CMakeLists.txt @@ -81,13 +81,6 @@ SET(PathScripts_SRCS PathScripts/smoothie_post.py ) -SET(PathScripts_NC_SRCS - PathScripts/nc/nc.py - PathScripts/nc/iso.py - PathScripts/nc/__init__.py - PathScripts/nc/format.py - PathScripts/nc/iso_codes.py -) SET(PathTests_SRCS PathTests/PathTestUtils.py @@ -129,13 +122,6 @@ INSTALL( Mod/Path/PathScripts ) -INSTALL( - FILES - ${PathScripts_NC_SRCS} - DESTINATION - Mod/Path/PathScripts/nc -) - INSTALL( FILES ${PathTests_SRCS}