We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b534e6 commit b2a7581Copy full SHA for b2a7581
tests/aws-cpp-sdk-cognitoidentityprovider-integration-tests/CMakeLists.txt
@@ -37,7 +37,7 @@ find_package(OpenSSL REQUIRED)
37
# Include directories for OpenSSL headers
38
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