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 2e8ebd2 commit 939b146Copy full SHA for 939b146
build.bat
@@ -500,7 +500,7 @@ REM BUILD function: build various targets
500
501
set CMAKE_ARGS=-DDRIVER_BASE_NAME=%DRIVER_BASE_NAME%
502
REM no explicit x86 generator and is the default (MSVC2017 only?).
503
- set CMAKE_ARGS=!CMAKE_ARGS! -DCMAKE_GENERATOR_PLATFORM=%TARCH:x86=%
+ set CMAKE_ARGS=!CMAKE_ARGS! -G "Visual Studio 15 2017" -DCMAKE_GENERATOR_PLATFORM=%TARCH:x86=%
504
505
if /i not [%ARG:curldll=%] == [%ARG%] (
506
set CMAKE_ARGS=!CMAKE_ARGS! -DLIBCURL_LINK_MODE=dll
0 commit comments