From 4df5313ece3f7ed61524d6a99fa674520159451d Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Tue, 21 Jul 2015 12:40:18 +0200 Subject: [PATCH] fix variable content --- ci/appveyor.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/appveyor.ps1 b/ci/appveyor.ps1 index ee6018e..f190dc3 100644 --- a/ci/appveyor.ps1 +++ b/ci/appveyor.ps1 @@ -26,7 +26,7 @@ function fixCmakeDestDir([string] $prefix, [string] $destDir) Write-Host "rm $destDir\$rootLeftOver" rm -Recurse "$destDir\$rootLeftOver" } -$INSTALL_DIR=$env:APPVEYOR_BUILD_FOLDER\work\install +$INSTALL_DIR="$env:APPVEYOR_BUILD_FOLDER\work\install" $CMAKE_INSTALL_ROOT=$INSTALL_DIR -replace "\\", "/" $env:PATH="$env:PATH;$INSTALL_DIR"