Skip to content

Makefiles dependencies: normalize windows paths

Marc Chevrier requested to merge marc.chevrier/cmake:make-fix-deps-paths into master

Some versions of GNU compilers escape the colon characters. So it is required to unescape this character to normalize windows paths including the specification of the drive.

Fixes: #21997 (closed)
Backport: release

Edited by Brad King

Merge request reports