Skip to content

Commit

Permalink
Give credit to stackoverflow answer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocraftyone committed Sep 20, 2024
1 parent fef212f commit 046a7c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_release_vs2022.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set build_dir=build
set debug=OFF
set debuginfo=OFF
set generator="Visual Studio 17 2022"

@REM Credit to this StackOverflow answer: https://stackoverflow.com/a/3661082
:GETOPTS
if /I "%1" == "deps" set deps=ON
if /I "%1" == "slicer" set slicer=ON
Expand Down

0 comments on commit 046a7c3

Please sign in to comment.