commit | 773b75e4ed767230bae2ba69126e176d5162228c | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Wed Oct 23 09:10:15 2024 -0400 |
committer | Brad King <brad.king@kitware.com> | Thu Oct 24 16:09:38 2024 -0400 |
tree | 1ed10a8aa29678f6d86a1f77075f95d370c33a7f | |
parent | e9bd437a43a1663867485c3a786d4c879ed08a4d [diff] |
cmake: Explicitly look up on-disk case of input paths on Windows KWSys's `CollapseFullPath` no longer looks up the actual case on disk. Add the lookup explicitly where we need it: * `ToNormalizedPathOnDisk` * `file(REAL_PATH)` * `get_filename_component(... ABSOLUTE)` Fixes: #20214