Skip to content

Commit 00f1858

Browse files
committed
cognito-idp tests
1 parent fd3ba9a commit 00f1858

File tree

3 files changed

+271
-86
lines changed

3 files changed

+271
-86
lines changed

tests/aws-cpp-sdk-cognitoidentityprovider-integration-tests/CMakeLists.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
add_project(aws-cpp-sdk-cognitoidentityprovider-integration-tests
2-
"Tests for the AWS Cognito Identity C++ SDK"
3-
#aws-cpp-sdk-access-management
2+
"Tests for the AWS Cognito IDP C++ SDK"
43
aws-cpp-sdk-cognito-idp
5-
#aws-cpp-sdk-iam
64
testing-resources
75
aws-cpp-sdk-core
86
)
@@ -37,7 +35,7 @@ find_package(OpenSSL REQUIRED)
3735
# Include directories for OpenSSL headers
3836
include_directories(${OPENSSL_INCLUDE_DIR})
3937

40-
target_link_libraries(${PROJECT_NAME} ${PROJECT_LIBS})
38+
target_link_libraries(${PROJECT_NAME} ${PROJECT_LIBS} OpenSSL::Crypto)
4139

4240

4341

0 commit comments

Comments
 (0)