Salome HOME
spns #32755 : TopIIVolMesh: move back to master branch
[tools/sat_salome.git] / products / CONFIGURATION.pyconf
index d64b98df43fbb314ed612fbe8d3fc709fa5c4fb4..fc66527f69baf32c9267cb719237c560e1adf4a8 100755 (executable)
@@ -7,10 +7,6 @@ default :
         repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/configuration.git"
         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "configuration.git"
     }
-    environ :
-    {
-        build : {CONFIGURATION_ROOT_DIR : $source_dir}
-    }
     depend : [ ]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     properties :
@@ -18,6 +14,14 @@ default :
         compilation : "no"
         configure_dependency : "yes"  # the source of this module is required for the configuration of salome
         is_SALOME_module : "yes"
+        sources_in_package : "yes"
+        incremental: "yes"
     }
-    patches : ["configuration-avoid-cmakeWarningOnFindGmsh.patch"]
+
+    patches : []
+}
+
+version_V9_9_0_FD36 :
+{
+  patches: ['SPNS-29988-CONFIGURATION-V9_9_0.patch']
 }