Salome HOME
0023227: [CEA 1718] Correction of the script hxx2salome.py in YACSGEN V8_0_0_BR V8_0_0 V8_0_0rc2
authorvsr <vsr@opencascade.com>
Thu, 4 Feb 2016 14:40:31 +0000 (17:40 +0300)
committervsr <vsr@opencascade.com>
Sat, 20 Feb 2016 08:47:56 +0000 (11:47 +0300)
script/hxx2salome.py

index dbbeafc56abd883dc6b2e8ee6fc1b23a50b0b668..137c205921c8bf8673160b879e2daa853b5e244d 100755 (executable)
@@ -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()