mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
If C or C++ compiler is not specified in the initial dialog, do not pass `CMAKE_C_COMPILER` or `CMAKE_CXX_COMPILER` cache entries for cross-compilation setup. Instead allow the normal search for the compiler to proceed.