mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
4a127b78fd
`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