From: vsr Date: Thu, 4 Feb 2016 14:40:31 +0000 (+0300) Subject: 0023227: [CEA 1718] Correction of the script hxx2salome.py in YACSGEN X-Git-Tag: V7_8_0a2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=30c66d6b4ae3a3b719f1f7fd338f97091784faf3;p=tools%2Fyacsgen.git 0023227: [CEA 1718] Correction of the script hxx2salome.py in YACSGEN --- diff --git a/script/hxx2salome.py b/script/hxx2salome.py index dbbeafc..137c205 100755 --- a/script/hxx2salome.py +++ b/script/hxx2salome.py @@ -162,7 +162,6 @@ def hxx2salome(cppdir, # if specified : compile and install the generated component if do_compile: - g.bootstrap() g.configure() g.make() g.install()