]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 11 Jul 2024 10:42:29 +0000 (12:42 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 11 Jul 2024 10:42:29 +0000 (12:42 +0200)
applications/SALOME-9.12.0-windows.pyconf

index 680649211d1fa355231b16b703df2761f271ba19..94627a7b20d54fa27a235ad5bc5c383b87801eea 100644 (file)
@@ -6,6 +6,7 @@ APPLICATION :
     name : 'SALOME-9.12.0'
     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
     cmake_generator : 'Visual Studio 15 2017'
+    cmake_build_type: 'Release' # Debug, RelWithDebInfo, Release, MinSizeRel
     tag : 'V9_12_0'
     dev : 'no'
     verbose : 'no'
@@ -197,7 +198,7 @@ APPLICATION :
     properties :
     {
         mesa_launcher_in_package : "no"
-        repo_dev : "yes"
+        git_server : 'tuleap'
         pip : 'yes'
         pip_install_dir : 'python'
         single_install_dir : "yes"