Skip to content

cmSystemTools: Implement GetRealPath on Windows

Brad King requested to merge brad.king/cmake:realpath-windows into master

Use cm::PathResolver's RealPath variant to normalize paths, look up their on-disk case, and resolve symlinks, but without resolving subst drives on Windows.

Also drop GetRealPathResolvingWindowsSubst now that GetRealPath works on Windows.

Fixes: #17206 (closed)
Issue: #18033 (closed)

Merge request reports

Loading