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: V8_0_0rc2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a74e9be44e4ab0105bb6ff9007e8a3b37279c9f1;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()