.bat script typo

This commit is contained in:
Thomas Krijnen
2021-02-19 10:43:47 +01:00
committed by GitHub
parent a0f79cc0db
commit 517b819504
+1 -1
View File
@@ -526,7 +526,7 @@ pushd %BUILD_DIR%
:: cache always e.g. when we've had new changes in the repository.
IF %BUILD_TYPE%==Rebuild IF EXIST CMakeCache.txt. del CMakeCache.txt
IF NOT "%VS_TOOLSET_HOST%"="" (
IF NOT "%VS_TOOLSET_HOST%"=="" (
cmake .. -G %GENERATOR% -A %VS_PLATFORM% -T %VS_TOOLSET_HOST% %*
) ELSE (
cmake .. -G %GENERATOR% -A %VS_PLATFORM% %*