mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 03:11:08 -06: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