From 7f2bc2b95eefe214c14542ac69e87d1196cfbc51 Mon Sep 17 00:00:00 2001 From: dguittet Date: Tue, 24 Dec 2024 08:35:51 -0700 Subject: [PATCH] update build_wind.bat --- build_win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_win.bat b/build_win.bat index b173d4f..4d95391 100644 --- a/build_win.bat +++ b/build_win.bat @@ -4,7 +4,7 @@ mkdir %SSCDIR%\..\build_pysam cd %SSCDIR%\..\build_pysam REM skip api_autogen since the files should not need to be regenerated -cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_CONFIGURATION_TYPES="Release" -DCMAKE_SYSTEM_VERSION=10.0 -DSAM_SKIP_TOOLS=1 -DSAM_SKIP_TESTS=1 -DSAM_SKIP_AUTOGEN=1 -DSAMAPI_EXPORT=1 .. +cmake -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES="Release" -DCMAKE_SYSTEM_VERSION=10.0 -DSAM_SKIP_TOOLS=1 -DSAM_SKIP_TESTS=1 -DSAM_SKIP_AUTOGEN=0 -DSAMAPI_EXPORT=1 .. devenv /build Release system_advisor_model.sln /Project SAM_api if errorlevel 1 ( echo Error in Build