CMAKE_MODULE_PATH this project #663
|
hi, example: #372
problems: I tried several ways to add the module and it didn't work. thanks, |
Answered by
bretambrose
Dec 13, 2023
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? |
0 replies
|
You appear to be running |
0 replies
Answer selected by
jmklix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.