Skip to content
  • Brad King's avatar
    cmOrderDirectories: Reduce repeat realpath() calls · 4e3cf8b0
    Brad King authored
    Since commit v3.1.0-rc1~110^2 (Tolerate symlinks during RPATH ordering,
    2014-09-09) we call realpath() for every directory ordering constraint
    check.  On some platforms/filesystems this is slow, so memoize the
    result of the call for each directory.
    4e3cf8b0