From: Nabil Ghodbane Date: Tue, 19 Jan 2021 10:28:59 +0000 (+0100) Subject: HYBRIDPLUGIN: remove useless dependencies to speed up SAT based Windows build - 10... X-Git-Tag: V9_7_0~153 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1fac15efe96e1a07ac248be960584f97ee13a143;p=tools%2Fsat_salome.git HYBRIDPLUGIN: remove useless dependencies to speed up SAT based Windows build - 10 mn... --- diff --git a/products/HYBRIDPLUGIN.pyconf b/products/HYBRIDPLUGIN.pyconf index 77f7019..7752786 100644 --- a/products/HYBRIDPLUGIN.pyconf +++ b/products/HYBRIDPLUGIN.pyconf @@ -32,5 +32,15 @@ default : { is_SALOME_module : "yes" has_unit_tests + incremental : "yes" } } + +default_win : +{ + # speed-up build - now 10 mn... + depend : [ + "SMESH", + "MeshGems" + ] + } \ No newline at end of file