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
`TARGET_${arch}_CFLAGS` is expanded into `CMAKE_REQUIRED_FLAGS`, which
is implicitly added to the flags by `check_compile_definition`. We don't
need to re-expand the `TARGET_${arch}_CFLAGS` variable again.
0 commit comments