This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  24722b7860ebab15baaf124b84378d323494813e (commit)
       via  c65f296960c7d464c57e5d48abecdcadd6258190 (commit)
      from  7c98e2d1ad35610c51b6604a6476b365ccb0c05d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=24722b7860ebab15baaf124b84378d323494813e
commit 24722b7860ebab15baaf124b84378d323494813e
Merge: 7c98e2d c65f296
Author:     Craig Scott <craig.sc...@crascit.com>
AuthorDate: Thu Jul 11 10:07:06 2019 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Thu Jul 11 06:07:26 2019 -0400

    Merge topic 'docs-file-GLOB-case-sensitivity'
    
    c65f296960 Help: Mention file(GLOB)'s case-sensitivity
    
    Acked-by: Kitware Robot <kwro...@kitware.com>
    Merge-request: !3516


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c65f296960c7d464c57e5d48abecdcadd6258190
commit c65f296960c7d464c57e5d48abecdcadd6258190
Author:     Steve Mokris <smok...@softpixel.com>
AuthorDate: Fri Jul 5 14:13:12 2019 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Wed Jul 10 09:29:29 2019 -0400

    Help: Mention file(GLOB)'s case-sensitivity
    
    Based on the KWSYS_GLOB_CASE_INDEPENDENT flag in `Source/kwsys/Glob.cxx`.

diff --git a/Help/command/file.rst b/Help/command/file.rst
index 666a532..c06451a 100644
--- a/Help/command/file.rst
+++ b/Help/command/file.rst
@@ -503,6 +503,11 @@ regular expressions, but much simpler.  If ``RELATIVE`` 
flag is
 specified, the results will be returned as relative paths to the given
 path.  The results will be ordered lexicographically.
 
+On Windows and macOS, globbing is case-insensitive even if the underlying
+filesystem is case-sensitive (both filenames and globbing expressions are
+converted to lowercase before matching).  On other platforms, globbing is
+case-sensitive.
+
 If the ``CONFIGURE_DEPENDS`` flag is specified, CMake will add logic
 to the main build system check target to rerun the flagged ``GLOB`` commands
 at build time. If any of the outputs change, CMake will regenerate the build

-----------------------------------------------------------------------

Summary of changes:
 Help/command/file.rst | 5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits

Reply via email to