From edf4febde6f0dd31a465cb1fdc20a292647a9c2f Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Tue, 14 Oct 2014 13:52:42 +0000 Subject: [PATCH] gmshpy : add FuncSpaceData.h to the list of required wrappers not distributed with the gmsh library --- wrappers/gmshpy/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wrappers/gmshpy/CMakeLists.txt b/wrappers/gmshpy/CMakeLists.txt index 687dc25866..aec0d0fabe 100644 --- a/wrappers/gmshpy/CMakeLists.txt +++ b/wrappers/gmshpy/CMakeLists.txt @@ -146,6 +146,7 @@ set (GMSH_PYTHON_EXTRA_INCLUDE Post/PViewDataList.h Post/PViewFactory.h Numeric/pyramidalBasis.h + Numeric/FuncSpaceData.h Solver/SElement.h Numeric/simpleFunctionPython.h Solver/STensor33.h -- GitLab