Skip to content

cmake-gui: Fix "Open Project" for VS IDE with space in path

Brad King requested to merge brad.king/cmake:cmake-gui-vs-open-space into master

Do not encode the path for a shell until after we check that it exists.

Fixes: #18501 (closed)

Merge request reports