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 libaom build dir collision with source tree's build/cmake/
libaom ships a build/cmake/ directory containing its cmake modules.
Using -B build overwrites this, causing include() failures. Renamed
the build directory to builddir, matching the Unix builder convention.
0 commit comments