You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Xcode] Add CMAKE_POLICY_VERSION_MINIMUM for CMake 4.x compatibility
CMake 4.x (shipped with Xcode 26.3) removed compatibility with
cmake_minimum_required versions below 3.5. The AWS CRT submodule
still uses an older minimum version, causing the configure phase
to fail. Adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5 allows the
build to proceed without modifying upstream cmake files.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments