Skip to content
Snippets Groups Projects
Forked from CMake / CMake
57179 commits behind the upstream repository.
Brad King's avatar
Brad King authored
In cmLocalGenerator::ConvertToRelativePath we normally convert to
relative path only if the local and remote paths both lie inside the
source tree or both lie inside the build tree.  This commit adds an
optional 'force' argument to allow conversion even when this rule is
violated.
3fe5f8d9
History