Skip to content

Commit 88852d6

Browse files
committed
cognito-idp tests
1 parent 2b534e6 commit 88852d6

File tree

3 files changed

+270
-83
lines changed

3 files changed

+270
-83
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)