mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-11 03:50:43 -05:00
`install(EXPORT_ANDROID_MK)` is its own mode, not an option to the normal `install(EXPORT)` mode. While at it, also fix the prose in our documented example to match the code. Fixes: #17891