Skip to content

cmake-gui: set generator field defaults from environment

cmake-gui now defaults to using the values specified in the CMAKE_GENERATOR_, CMAKE_GENERATOR_PLATFORM, and CMAKE_GENERATOR_TOOLSET environment variables.

note: I've tested this in Linux, however I don't have a machine available to be able to test it on windows with MSVC.

Fixes: #20251 (closed)

Edited by Brad King

Merge request reports