diff options
author | David Cole <david.cole@kitware.com> | 2011-09-06 17:12:03 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-09-06 17:20:02 (GMT) |
commit | 527a40f06fc7f0ea6aa9c1fe96fb0fe5611fa633 (patch) | |
tree | b5a5ef67181cc706eb009502e92427cd4de915e6 /Source/cmakemain.cxx | |
parent | 98cb017a9deca35cd9a67e03b6bd95064b6d2fb7 (diff) | |
download | CMake-527a40f06fc7f0ea6aa9c1fe96fb0fe5611fa633.zip CMake-527a40f06fc7f0ea6aa9c1fe96fb0fe5611fa633.tar.gz CMake-527a40f06fc7f0ea6aa9c1fe96fb0fe5611fa633.tar.bz2 |
KWSys: Add symlinks to directories as files (#12284)
This behaviour was previously broken; regardless of the
RecurseThroughSymLinks value, symlinks to directories were
NEVER added as files in the results.
When RecurseThroughSymLinks is ON, symlinks to directories
should be recursed as if they were the actual directories
to gather the files within.
However, when RecurseThroughSymLinks is OFF, symlinks to
directories should be returned as files in the result.
Inspired-by: Johan Björk <phb@spotify.com>
Diffstat (limited to 'Source/cmakemain.cxx')
0 files changed, 0 insertions, 0 deletions