From: adam Date: Tue, 23 Mar 2010 10:48:43 +0000 (+0000) Subject: compatibility hexotic X-Git-Tag: V5_1_4a1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ceea6911bdc92801c6b2ef057502ba27a3724cf3;p=modules%2Fkernel.git compatibility hexotic --- diff --git a/salome_adm/cmake_files/am2cmake.py b/salome_adm/cmake_files/am2cmake.py index 0bd346520..d9d53af5a 100644 --- a/salome_adm/cmake_files/am2cmake.py +++ b/salome_adm/cmake_files/am2cmake.py @@ -631,6 +631,11 @@ class CMakeFile(object): SET(GHS3DPLUGIN_ENABLE_GUI ON) """) pass + elif self.module == "hexoticplugin": + newlines.append(""" + SET(HEXOTICPLUGIN_ENABLE_GUI ON) + """) + pass elif self.module == "ghs3dprlplugin": newlines.append(""" SET(GHS3DPRLPLUGIN_ENABLE_GUI ON)