From b030184f892e72d7322b20c81869f6c7a3ceba8b Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 15 Dec 2017 19:58:54 +0100 Subject: [PATCH] FEM: Gui cmake, remove init gui module since it will be compied with all Python modules --- src/Mod/Fem/Gui/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Fem/Gui/CMakeLists.txt b/src/Mod/Fem/Gui/CMakeLists.txt index 22e1fa4977..4c32c74cef 100755 --- a/src/Mod/Fem/Gui/CMakeLists.txt +++ b/src/Mod/Fem/Gui/CMakeLists.txt @@ -365,7 +365,6 @@ target_link_libraries(FemGui ${FemGui_LIBS} ${VTK_LIBRARIES}) fc_target_copy_resource(FemGui ${CMAKE_SOURCE_DIR}/src/Mod/Fem ${CMAKE_BINARY_DIR}/Mod/Fem - InitGui.py )