From a27836d82dfd06f0de5f57023988aa81ce2c34b6 Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Sat, 30 Apr 2022 13:55:44 -0500 Subject: [PATCH] Path: Exclude dumper and example posts Do not ship these two. They are intended for devs working with source code. --- src/Mod/Path/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/Path/CMakeLists.txt b/src/Mod/Path/CMakeLists.txt index 04d8565b41..70609ce0d3 100644 --- a/src/Mod/Path/CMakeLists.txt +++ b/src/Mod/Path/CMakeLists.txt @@ -156,10 +156,8 @@ SET(PathScripts_post_SRCS PathScripts/post/__init__.py PathScripts/post/centroid_post.py PathScripts/post/comparams_post.py - PathScripts/post/dumper_post.py PathScripts/post/dxf_post.py PathScripts/post/dynapath_post.py - PathScripts/post/example_post.py PathScripts/post/example_pre.py PathScripts/post/fablin_post.py PathScripts/post/fanuc_post.py