Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
Source project has a limited visibility.
  • Brad King's avatar
    47dce1a3
    SystemTools: Remove path translation map · 47dce1a3
    Brad King authored
    CMake used this to preserve symlinks through realpath operations, but
    its presence caused some undesired side effects.  Those realpath
    operations are being replaced with a hand-written alternative that
    explicitly preserves symlinks when possible and does not have the side
    effects.  Therefore we no longer need the path translation map.
    
    Issue: cmake/cmake#16228
    47dce1a3
    History
    SystemTools: Remove path translation map
    Brad King authored
    CMake used this to preserve symlinks through realpath operations, but
    its presence caused some undesired side effects.  Those realpath
    operations are being replaced with a hand-written alternative that
    explicitly preserves symlinks when possible and does not have the side
    effects.  Therefore we no longer need the path translation map.
    
    Issue: cmake/cmake#16228