Skip to content

SystemTools: Fix IsSubDirectory for subdirs of drive root

Gregor Jasny requested to merge gjasny/kwsys:fix-is-subdirectory into master

Without the fix CMake will reject projects with sub-directories directly in a drive root. We need those to overcome path-length restrictions.

Merge request reports