Path: remove obsolete NC sources

This commit is contained in:
sliptonic
2017-06-11 09:43:05 -05:00
committed by Yorik van Havre
parent cc4abd21b9
commit f44cae2f44

View File

@@ -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}