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
### Summary
Instead of manually printing all the options in
`tools/cmake/Utils.cmake`, let's just "automatically" print all the
configured options.
### Test plan
```
$ ./scripts/build_apple_frameworks.sh --Debug
-- --- Configurated Options ---
-- EXECUTORCH_ENABLE_LOGGING : ON
-- ---------------------------
```
```
$ ./scripts/build_apple_frameworks.sh --Release
-- --- Configurated Options ---
-- EXECUTORCH_ENABLE_LOGGING : OFF
-- ---------------------------
```
cc @larryliu0820
0 commit comments