File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99env :
1010 AWS_SDK_CPP_MAJOR : 1
1111 AWS_SDK_CPP_MINOR : 11
12- AWS_SDK_CPP_PATCH : 286
12+ AWS_SDK_CPP_PATCH : 570
1313 BOOST_MAJOR : 1
1414 BOOST_MINOR : 84
1515 BOOST_PATCH : 0
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ find_package(Boost 1.84.0 EXACT REQUIRED COMPONENTS url)
7777find_package (MySQL REQUIRED )
7878
7979find_package (ZLIB REQUIRED )
80- find_package (AWSSDK 1.11.286 EXACT REQUIRED COMPONENTS s3-crt )
80+ find_package (AWSSDK 1.11.570 EXACT REQUIRED COMPONENTS s3-crt )
8181
8282set (source_files
8383 # main application files
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Currently prebuilt binaries are not available.
1919- [ Boost libraries] ( https://www.boost.org/ ) 1.84.0 (git version, not the source tarball)
2020- [ MySQL client library] ( https://dev.mysql.com/doc/c-api/8.0/en/ ) 8.0.x (` libmysqlclient ` )
2121- [ CURL library] ( https://curl.se/libcurl/ ) (` libcurl ` ) 8.6.0+
22- - [ AWS SDK for C++] ( https://aws.amazon.com/sdk-for-cpp/ ) 1.11.286
22+ - [ AWS SDK for C++] ( https://aws.amazon.com/sdk-for-cpp/ ) 1.11.570
2323
2424#### Instructions
2525
@@ -90,7 +90,7 @@ cmake --install ./boost-build-${BUILD_PRESET}
9090###### Getting AWS SDK CPP Libraries source
9191
9292``` bash
93- git clone --recurse-submodules -b 1.11.286 --jobs=8 https://github.com/aws/aws-sdk-cpp
93+ git clone --recurse-submodules -b 1.11.570 --jobs=8 https://github.com/aws/aws-sdk-cpp
9494cd aws-sdk-cpp
9595git switch -c required_release
9696```
You can’t perform that action at this time.
0 commit comments