mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
57e48f16f2
Add this generator *without* support for specifying the target architecture in the generator name. cmake-gui will be taught to provide a field for this, and command-line builds can use -A. Also, teach this generator to select a default target architecture based on the host architecture. Fixes: #18689 Inspired-by: Egor Pugin <egor.pugin@gmail.com>