Skip to content

Commit

Permalink
fixed in release_win.bat script, setting platform causes error
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwoop committed Oct 26, 2015
1 parent 5de0420 commit 1264e66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/release_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ REM set release settings
cmake -L ^
-G "Visual Studio 12 2013" ^
-T "Intel C++ Compiler XE 15.0" ^
-A "Win32" ^
-D COMPILER=ICC ^
-D XEON_ISA=AVX2 ^
-D TBB_ROOT=%TBB_PATH% ^
Expand Down Expand Up @@ -44,7 +43,6 @@ REM set release settings
cmake -L ^
-G "Visual Studio 12 2013 Win64" ^
-T "Intel C++ Compiler XE 15.0" ^
-A "x64" ^
-D COMPILER=ICC ^
-D XEON_ISA=AVX2 ^
-D TBB_ROOT=%TBB_PATH% ^
Expand Down

0 comments on commit 1264e66

Please sign in to comment.