From 04fcb5bf707b615ac1113665b499dc2287b2cada Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 11 Jul 2024 12:42:29 +0200 Subject: [PATCH] Ensure cmake_build_type is used in SALOME 9.12.0 --- applications/SALOME-9.12.0-windows.pyconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/SALOME-9.12.0-windows.pyconf b/applications/SALOME-9.12.0-windows.pyconf index 6806492..94627a7 100644 --- a/applications/SALOME-9.12.0-windows.pyconf +++ b/applications/SALOME-9.12.0-windows.pyconf @@ -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" -- 2.39.2