I'm trying to run the AWS SDK for CPP and looks like for some reason after the make stage it stuck on:
[ 88%] Built target aws-cpp-sdk-core
[ 88%] Building CXX object aws-cpp-sdk-s3/CMakeFiles/aws-cpp-sdk-s3.dir/ub_S3.cpp.o
My CMAKE version is 3.21.7 I cloned the library from here: https://github.com/aws/aws-sdk-cpp. Then I used this command:
cmake ../aws-sdk-cpp -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=/usr/local/ -DCMAKE_INSTALL_PREFIX=/usr/local/ -DBUILD_ONLY="s3"
Then used "make" but looks like it got stuck. Any ideas how to solve it?