FEM: Gui cmake, remove init gui module since it will be compied with all Python modules

This commit is contained in:
Bernd Hahnebach
2017-12-15 19:58:54 +01:00
committed by Yorik van Havre
parent 6593f58b14
commit b030184f89

View File

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