File tree 4 files changed +6
-4
lines changed
tests/aws-cpp-sdk-core-tests/aws/config 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ find_package(ZLIB REQUIRED)
4
4
find_package (OpenSSL REQUIRED COMPONENTS Crypto)
5
5
find_package (tinyxml2 9.0.0 REQUIRED)
6
6
pkg_check_modules(CJSON REQUIRED IMPORTED_TARGET libcjson>=1.7.15)
7
- message (STATUS "Checking for aws-crt-cpp version 0.18.2 " )
8
- find_package (aws-crt-cpp 0.18.2 EXACT REQUIRED)
7
+ message (STATUS "Checking for aws-crt-cpp" )
8
+ find_package (aws-crt-cpp 0.18.3 EXACT REQUIRED)
9
9
message (STATUS " Found aws-crt-cpp version ${aws-crt-cpp_VERSION}" )
10
10
# Infer dirs and libs temporarily from aws-crt-cpp_DIR until they get shipped in the new CRT version.
11
11
set (aws-crt-cpp_INCLUDE_DIR "${aws-crt-cpp_DIR}/../../../include" )
Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
// DEPRECATED: This file is used by legacy_build generators only
7
- #define AWS_SDK_VERSION_STRING 1.9.338
7
+ #define AWS_SDK_VERSION_STRING " 1.9.338"
8
8
#define AWS_SDK_VERSION_MAJOR 1
9
9
#define AWS_SDK_VERSION_MINOR 9
10
10
#define AWS_SDK_VERSION_PATCH 338
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ target_sources(aws-sdk-cpp-core
9
9
${CMAKE_CURRENT_SOURCE_DIR} /HttpClient.cpp
10
10
${CMAKE_CURRENT_SOURCE_DIR} /HttpClientFactory.cpp
11
11
${CMAKE_CURRENT_SOURCE_DIR} /HttpRequest.cpp
12
+ ${CMAKE_CURRENT_SOURCE_DIR} /HttpResponse.cpp
12
13
${CMAKE_CURRENT_SOURCE_DIR} /HttpTypes.cpp
13
14
${CMAKE_CURRENT_SOURCE_DIR} /Scheme.cpp
14
15
${CMAKE_CURRENT_SOURCE_DIR} /URI.cpp
Original file line number Diff line number Diff line change 1
1
target_sources (
2
2
aws-sdk-cpp-core-test
3
3
PRIVATE
4
- ${CMAKE_CURRENT_SOURCE_DIR} /AWSProfileConfigLoaderTest .cpp
4
+ ${CMAKE_CURRENT_SOURCE_DIR} /AWSConfigFileProfileConfigLoaderTest .cpp
5
5
${CMAKE_CURRENT_SOURCE_DIR} /ClientConfigurationDefaultsTest.cpp
6
+ ${CMAKE_CURRENT_SOURCE_DIR} /EC2InstanceProfileConfigLoaderTest.cpp
6
7
)
You can’t perform that action at this time.
0 commit comments