From 6955978a6246243106588b817c271060ed12d3b6 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 19 Nov 2015 15:02:42 -0500 Subject: [PATCH] Remove commented out line in windows build script. History is what git is for. --- build-local.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/build-local.bat b/build-local.bat index 90380df99..b26c41522 100644 --- a/build-local.bat +++ b/build-local.bat @@ -11,7 +11,6 @@ SET CONFIGURATION=Release FOR /F "tokens=*" %%i in ('git rev-parse --abbrev-ref HEAD') do SET APPVEYOR_REPO_BRANCH=%%i ECHO APPVEYOR_REPO_BRANCH^: %APPVEYOR_REPO_BRANCH% -::SET PATH=C:\mb\windows-builds-64\tmp-bin\cmake-3.1.0-win32-x86\bin;%PATH% SET PATH=C:\mb\windows-builds-64\tmp-bin\cmake-3.4.0-win32-x86\bin;%PATH% SET PATH=C:\Program Files\7-Zip;%PATH%