Files
CMake/Source
Brad King a41557a2c8 install: Fix FILES_MATCHING on case-sensitive Mac filesystems (#13177)
Windows and Apple machines have predominantly used case-insensitive
filesystems so our file(INSTALL) command uses case-insensitive pattern
matching.  It is implemented by converting the pattern and file path to
lower case before matching.  The FILES_MATCHING option is implemented by
excluding a path that does not match any pattern unless it is a
directory that must be searched recursively.  However, the test that an
excluded path is a directory is executed on the lower-case path and
therefore fails on mixed-case input paths on case-sensitive filesystems.
Fix the file(INSTALL) implementation to use the lower-case path only for
pattern matching and preserve the original path for tests against the
real filesystem.
2012-06-13 08:50:44 -04:00
..
2012-03-13 11:53:38 -04:00
2012-04-18 00:05:05 -04:00
2012-03-19 09:29:06 -04:00
2012-03-19 23:05:21 +01:00
2011-09-15 16:20:33 +02:00
2011-10-23 22:18:08 +02:00
2011-10-23 22:18:08 +02:00
2012-02-02 23:40:21 +00:00
2012-02-21 15:33:31 -05:00