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 6398080 commit 177e8daCopy full SHA for 177e8da
1 file changed
cmake-build-x64.bat
@@ -55,7 +55,7 @@ for /F "tokens=1 delims=." %%G in ("%CMAKE_VER%") do set CMAKE_VN_MAJOR=%%G
55
echo We are using CMake version: %CMAKE_VN_MAJOR%
56
:: Default values
57
set CMAKE_GENERATOR="Visual Studio 15 2017"
58
-set CMAKE_TOOLSET=-T v141
+set CMAKE_TOOLSET=-T v141,host=x64
59
if "%CPU_PLATFORM%"=="x64" (
60
set CMAKE_PLATFORM=-A %CPU_PLATFORM%
61
) else (
0 commit comments