Skip to content

SystemTools: Remove GetActualCaseForPath from CollapseFullPath

Previously, CollapseFullPath internally called GetActualCaseForPath on Windows. This caused disk access for what otherwise should be a string operation. Callers can explicitly call GetActualCaseForPath themselves if they need that behavior.

Issue: cmake/cmake#20214 (closed)

Merge request reports

Loading