Skip to content

cmake-gui: Do not pass CMAKE_{C,CXX}_COMPILER items to cmake if empty

Jiri Malak requested to merge (removed):patch-6 into master

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.

Topic-rename: cmake-gui-empty-compiler

Edited by Brad King

Merge request reports