8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19c62e commit 1d19f9fCopy full SHA for 1d19f9f
scripts/run-appveyor.bat
@@ -9,7 +9,7 @@ if /I "%PLATFORM%" == "x64" (
9
10
echo.
11
echo Preparing %CONFIGURATION% build environment for %GENERATOR%%CMAKE_GEN_SUFFIX% ...
12
-cmake "-G%GENERATOR%%CMAKE_GEN_SUFFIX%" -H. -Bbuild
+cmake "-G%GENERATOR%%CMAKE_GEN_SUFFIX%" -DPLATFORM=%PLATFORM% -DUNICODE=%UNICODE% -H. -Bbuild
13
if %errorlevel% neq 0 exit /b %errorlevel%
14
15
0 commit comments