Replies: 1 comment
-
why are you setting |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to link my project against
aws-cpp-sdk-*
, specifically forS3
client operations. This is how a relevant part of projectCMakeLists.txt
look like:Steps I followed to build and install the
aws-cpp-sdk-*
fors3
:Post successful installation, I can see all the libs:
But when I run cmake for compiling my project, I get an
AWS::crypto
dependency error. How can I fix this?Beta Was this translation helpful? Give feedback.
All reactions