Skip to content

Commit b2a7581

Browse files
committed
cognito-idp integration test
1 parent 2b534e6 commit b2a7581

File tree

2 files changed

+269
-77
lines changed

2 files changed

+269
-77
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ find_package(OpenSSL REQUIRED)
3737
# Include directories for OpenSSL headers
3838
include_directories(${OPENSSL_INCLUDE_DIR})
3939

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

4242

4343

0 commit comments

Comments
 (0)