Amazon web services – How to cmake AWSSDK properly?
I want to use AWS sdk for my c++ project. I am using cmake command like this: find_package(AWSSDK REQUIRED COMPONENTS sqs) I have an error CMake Error at MyDirr/CMakeLists.txt:17 (find_package): By not providing "FindAWSSDK.cmake" in CMAKE_MODULE_PATH this project has asked…