From 920468a88e8a1eff6ce71400ba9d4ad0a79ac219 Mon Sep 17 00:00:00 2001 From: Uwe Date: Thu, 6 Oct 2022 00:41:11 +0200 Subject: [PATCH] [Part] fix CMake for MSVC - as reported here: https://forum.freecadweb.org/viewtopic.php?p=630921#p630921 --- src/Mod/Part/Gui/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Part/Gui/CMakeLists.txt b/src/Mod/Part/Gui/CMakeLists.txt index 6b389de5fb..5b61d70a85 100644 --- a/src/Mod/Part/Gui/CMakeLists.txt +++ b/src/Mod/Part/Gui/CMakeLists.txt @@ -54,7 +54,6 @@ set(PartGui_UIC_SRCS DlgImportStep.ui DlgFilletEdges.ui DlgImportExportIges.ui - DlgImportExportStep.ui DlgPartBox.ui DlgPartCylinder.ui DlgPartImportIges.ui