| commit | 823e1df54c34c7133c1e602c8d6ea3091e6d9682 | [log] [tgz] |
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Mon Nov 04 11:47:51 2024 -0500 |
| committer | Brad King <brad.king@kitware.com> | Mon Nov 04 11:56:14 2024 -0500 |
| tree | 550cc29a86bdcc754235809734922a8ebf0c7f90 | |
| parent | 384dbef61e1f14e0bc254f086440937c3efd591b [diff] |
cmSystemTools: Implement GetRealPath on Windows 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. Fixes: #17206