From 43a19ac8cc7f19d94d11d32e9930cb0ce1a6a0f6 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 24 Feb 2017 15:05:33 +0100 Subject: [PATCH] need to also copy __init__.py files to make local build working properly --- src/Mod/Fem/App/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Fem/App/CMakeLists.txt b/src/Mod/Fem/App/CMakeLists.txt index 6153b3e13..72a40742c 100644 --- a/src/Mod/Fem/App/CMakeLists.txt +++ b/src/Mod/Fem/App/CMakeLists.txt @@ -86,7 +86,7 @@ SET(FemScripts_SRCS #SOURCE_GROUP("Scripts" FILES ${FemScripts_SRCS}) SET(FemObjectsScripts_SRCS - #PyObjects/__init__.py + PyObjects/__init__.py PyObjects/_FemBeamSection.py PyObjects/_FemConstraintSelfWeight.py PyObjects/_FemMaterialMechanicalNonlinear.py @@ -102,7 +102,7 @@ SET(FemObjectsScripts_SRCS SET(FemGuiScripts_SRCS PyGui/FemCommands.py - #PyGui/__init__.py + PyGui/__init__.py PyGui/_CommandAnalysis.py PyGui/_CommandBeamSection.py PyGui/_CommandClearMesh.py