CMAKE_MODULE_PATH this project #663
-
hi, example: #372
problems: I tried several ways to add the module and it didn't work. thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Are you making to install this into a clean folder? Are you also trying to install the aws-sdk-cpp? Which cmake version are you using? |
Beta Was this translation helpful? Give feedback.
-
You appear to be running |
Beta Was this translation helpful? Give feedback.
You appear to be running
cmake .
on the sample, which won't work. You need to use-DCMAKE_PREFIX_PATH=...
to tell cmake where to find the SDK.