From 31a8ca23f7663db58ffb63f53e48b95112a093d1 Mon Sep 17 00:00:00 2001 From: WandererFan Date: Thu, 30 Jun 2016 22:15:43 -0400 Subject: [PATCH] Remove InitGui.py from measure --- src/Mod/Measure/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Measure/CMakeLists.txt b/src/Mod/Measure/CMakeLists.txt index 7e44f4060..3ab73a386 100644 --- a/src/Mod/Measure/CMakeLists.txt +++ b/src/Mod/Measure/CMakeLists.txt @@ -7,7 +7,6 @@ endif(FREECAD_BUILD_GUI) INSTALL( FILES Init.py - InitGui.py DESTINATION Mod/Measure )