diff options
| author | siposcsaba89 <siposcsaba89@gmail.com> | 2020-04-16 22:31:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 13:31:08 -0700 |
| commit | cb8cdc2721d78b8df490bf0bdec2ddb30c4c0570 (patch) | |
| tree | f1f31f4823ce26c54e2403a5e9e94feafb75478b /ports/curl/CONTROL | |
| parent | 4ff057d5ba15ca7a8240acc2ba1f68256c9974da (diff) | |
| download | vcpkg-cb8cdc2721d78b8df490bf0bdec2ddb30c4c0570.tar.gz vcpkg-cb8cdc2721d78b8df490bf0bdec2ddb30c4c0570.zip | |
[curl] Fix cmake configure error in othertests.cmake check_type_size call, CMAKE_TRY_COMPILE_TARGET_TYPE was set to STATIC_LIBRARY (#10659)
Diffstat (limited to 'ports/curl/CONTROL')
| -rw-r--r-- | ports/curl/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL index 05efb2174..28b0344f0 100644 --- a/ports/curl/CONTROL +++ b/ports/curl/CONTROL @@ -1,5 +1,5 @@ Source: curl -Version: 7.68.0-2 +Version: 7.68.0-3 Build-Depends: zlib Homepage: https://github.com/curl/curl Description: A library for transferring data with URLs |
