diff options
| author | yurybura <yurybura@gmail.com> | 2020-11-30 20:56:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-30 09:56:22 -0800 |
| commit | e95a7a8dc04da4bddb24a6fc122fe9dc3ccc7151 (patch) | |
| tree | 63f0547f6570ba95b014eaa6000d2d6b98d1c8d8 /ports/aws-sdk-cpp/CONTROL | |
| parent | 7c080309821ddd58e72e2f669fb61c0863d5736b (diff) | |
| download | vcpkg-e95a7a8dc04da4bddb24a6fc122fe9dc3ccc7151.tar.gz vcpkg-e95a7a8dc04da4bddb24a6fc122fe9dc3ccc7151.zip | |
[llvm] update to 11.0.0 (#13998)
* [vcpkg] allow to use semicolons in COMMAND argument
* [llvm] update to 11.0.0
* [vcpkg] use latest version
* [vcpkg] allow to use semicolons in OPTIONS
* fix vcpkg_fixup_cmake_targets
* [llvm] fix more install paths, add /bigobj option, fix up CMake targets
* Apply suggestions from code review
* [llvm] fix clang, flang, lld, mlir and polly CMake targets
* [llvm] remove empty include directory /include/flang/Config
* [llvm] Flang requires C++17
* [llvm] add /Zc:__cplusplus
* [llvm] remove empty include directory include/clang-tidy/plugin
* [llvm] try to fix ClangConfig.cmake, LLVMConfig.cmake, LLDConfig.cmake etc. with patch
* [llvm] set tools install dir to tools/llvm
* [aws-sdk-cpp] fix build after changes in vcpkg_configure_cmake.cmake
* [llvm] disable Flang and OpenMP on Windows
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/aws-sdk-cpp/CONTROL')
| -rw-r--r-- | ports/aws-sdk-cpp/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/aws-sdk-cpp/CONTROL b/ports/aws-sdk-cpp/CONTROL index ca92ed958..3be9be285 100644 --- a/ports/aws-sdk-cpp/CONTROL +++ b/ports/aws-sdk-cpp/CONTROL @@ -1,6 +1,6 @@ Source: aws-sdk-cpp Version: 1.8.83 -Port-Version: 1 +Port-Version: 2 Homepage: https://github.com/aws/aws-sdk-cpp Description: AWS SDK for C++ Build-Depends: openssl (!uwp&!windows), curl (!uwp&!windows), aws-c-event-stream |
