SDK configuration failed for CMake 3.27 on Windows #2560
Answered
by
jmklix
RoyZhang2022
asked this question in
Q&A
|
Hi, I am building AWS SDK CPP 1.11.80 on my Windows. There was no problem. But recently it starts to fail at configuration phase. After check I found it is caused by CMake 3.27. Once I degraded it to 3.26 the build could succeed without a problem. Not sure if this a CMake problem or SDK problem. Please helpt to check. Thanks! --OS info Regards, |
Answered by
jmklix
Jun 29, 2023
Replies: 2 comments
Answer selected by
bhavya2109sharma
|
Hello! Reopening this discussion to make it searchable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now please just use the latest release for cmake which is 3.26.4 and avoid using the
release candidateversion.As for the issue above, it seems to be a regression with cmake itself that is being tracked here.