From: adam Date: Mon, 2 May 2011 15:32:23 +0000 (+0000) Subject: implement smesh cancel compute for hexotic X-Git-Tag: V6_3_0b1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7c006aac066dec96ce8d9fe4a24590e70e51b062;p=modules%2Fkernel.git implement smesh cancel compute for hexotic --- diff --git a/salome_adm/cmake_files/am2cmake.py b/salome_adm/cmake_files/am2cmake.py index c3448de22..3007b3d51 100644 --- a/salome_adm/cmake_files/am2cmake.py +++ b/salome_adm/cmake_files/am2cmake.py @@ -810,7 +810,7 @@ class CMakeFile(object): ENDIF(KERNEL_ROOT_DIR) ''') pass - if self.module in ["smesh", "netgenplugin", "blsurfplugin", "ghs3dplugin"]: + if self.module in ["smesh", "netgenplugin", "blsurfplugin", "ghs3dplugin", "hexoticplugin"]: newlines.append(r''' SET(AM_CPPFLAGS ${AM_CPPFLAGS} -DWITH_SMESH_CANCEL_COMPUTE) SET(AM_CXXFLAGS ${AM_CXXFLAGS} -DWITH_SMESH_CANCEL_COMPUTE)