-
cmake ../aws-sdk-cpp-main -DCMAKE_BUILD_TYPE=Debug -DBUILD_ONLY="s3-crt" Got error below. Make Error at CMakeLists.txt:185 (include):
CMake Error at CMakeLists.txt:197 (add_subdirectory): aws-sdk-cpp-main/crt/aws-crt-cpp does not contain a CMakeLists.txt file. |
Beta Was this translation helpful? Give feedback.
Answered by
jmklix
Jun 23, 2022
Replies: 2 comments 1 reply
-
Can you make sure you are using the latest submodules: git pull origin main
git submodule update --init --recursive |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jmklix
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you make sure you are using the latest submodules: