File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ build_script:
4646 - if %platform%==x86 set generator=Visual Studio 15 2017
4747 - if %platform%==x64 set generator=Visual Studio 15 2017 Win64
4848 - cmd : echo %generator% %SHARED% %configuration%
49- - cmd : cmake .. -G"%generator%" -DBUILD_SHARED_LIBS=%SHARED% -DCMAKE_INSTALL_PREFIX=./output
49+ - cmd : cmake .. -G"%generator%" -DBUILD_SHARED_LIBS=%SHARED% -DCMAKE_INSTALL_PREFIX=./output -DCMAKE_TOOLCHAIN_FILE="%CD%\vcpkg\scripts\buildsystems\vcpkg.cmake"
5050 - cmd : cmake --build . --target INSTALL --config %configuration%
5151 - 7z a vc140_%configuration%_%PLATFORM%_%POSTFIXNAME%.zip -i!%APPVEYOR_BUILD_FOLDER%\build\output\*
5252 - appveyor PushArtifact vc140_%configuration%_%PLATFORM%_%POSTFIXNAME%.zip
You can’t perform that action at this time.
0 commit comments