Skip to content

Commit

Permalink
* Changed default visual studio to be 2019 instead of 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
honkstar1 committed Jun 21, 2021
1 parent f280532 commit 74e08a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@mkdir build
@pushd build

@call cmake .. -G "Visual Studio 15 2017 Win64" -DEACOPY_BUILD_TESTS:BOOL=ON
rem @call cmake .. -G "Visual Studio 16 2019" -A x64 -DEACOPY_BUILD_TESTS:BOOL=ON
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
@call cmake --build . --config Release
@call cmake --build . --config Debug

Expand Down

0 comments on commit 74e08a7

Please sign in to comment.