Skip to content

Commit

Permalink
Change build script to default to vs2022
Browse files Browse the repository at this point in the history
  • Loading branch information
honkstar1 committed May 4, 2022
1 parent 056085e commit 2abb6ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/zstd
Submodule zstd updated 295 files
3 changes: 2 additions & 1 deletion scripts/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
@pushd build

rem @call cmake .. -G "Visual Studio 15 2017 Win64" -DEACOPY_BUILD_TESTS:BOOL=ON
@call cmake .. -G "Visual Studio 16 2019" -A x64 -DEACOPY_BUILD_TESTS:BOOL=ON
rem @call cmake .. -G "Visual Studio 16 2019" -A x64 -DEACOPY_BUILD_TESTS:BOOL=ON
@call cmake .. -G "Visual Studio 17 2022" -DEACOPY_BUILD_TESTS:BOOL=ON
@call cmake --build . --config Release
@call cmake --build . --config Debug

Expand Down

0 comments on commit 2abb6ea

Please sign in to comment.