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
Fix CMP0173 policy warning with cmake 3.31 (#110522)
In some places, where we use `find_library(FOUNDATION`, we don't `include(CMakeFindFrameworks)` while in other places we do. These look like added "just in case". CMake 3.31 has deprecated `include(CMakeFindFrameworks)`:
0 commit comments