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}