mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-08 08:09:42 -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.