We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3ba9a commit 00f1858Copy full SHA for 00f1858
tests/aws-cpp-sdk-cognitoidentityprovider-integration-tests/CMakeLists.txt
@@ -1,8 +1,6 @@
1
add_project(aws-cpp-sdk-cognitoidentityprovider-integration-tests
2
- "Tests for the AWS Cognito Identity C++ SDK"
3
- #aws-cpp-sdk-access-management
+ "Tests for the AWS Cognito IDP C++ SDK"
4
aws-cpp-sdk-cognito-idp
5
- #aws-cpp-sdk-iam
6
testing-resources
7
aws-cpp-sdk-core
8
)
@@ -37,7 +35,7 @@ find_package(OpenSSL REQUIRED)
37
35
# Include directories for OpenSSL headers
38
36
include_directories(${OPENSSL_INCLUDE_DIR})
39
40
-target_link_libraries(${PROJECT_NAME} ${PROJECT_LIBS})
+target_link_libraries(${PROJECT_NAME} ${PROJECT_LIBS} OpenSSL::Crypto)
41
42
43
0 commit comments