[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-905-g199c9cf

Brad King brad.king at kitware.com
Wed Nov 26 17:17:20 EST 2014


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, next has been updated
       via  199c9cf26c8bfb36393f1b583a52839ebec011c4 (commit)
       via  76e941e168bfd669ab01c51ccc09eb4ca9750abf (commit)
      from  aa2407c8bcc1a014f1b8730b84fa9cd1b1a2cc22 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=199c9cf26c8bfb36393f1b583a52839ebec011c4
commit 199c9cf26c8bfb36393f1b583a52839ebec011c4
Merge: aa2407c 76e941e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 26 17:17:20 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 26 17:17:20 2014 -0500

    Merge topic 'doc-source-case-sensitivity' into next
    
    76e941e1 Revert "Help: Add 3.1 release note about source file name casing"


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=76e941e168bfd669ab01c51ccc09eb4ca9750abf
commit 76e941e168bfd669ab01c51ccc09eb4ca9750abf
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 26 16:08:57 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Nov 26 16:08:57 2014 -0500

    Revert "Help: Add 3.1 release note about source file name casing"
    
    This reverts commit ea1afd8465047bb9fc5e17525f170c21c1e0a27c.
    We will try to fix this behavior instead of documenting the
    regression.

diff --git a/Help/release/3.1.0.rst b/Help/release/3.1.0.rst
index 195b079..101c29d 100644
--- a/Help/release/3.1.0.rst
+++ b/Help/release/3.1.0.rst
@@ -363,19 +363,6 @@ Deprecated and Removed Features
   The module also provided compatibility support for finding VTK 4.0.
   This capability has been dropped.
 
-* On case-insensitive filesystems CMake unofficially tolerates
-  specification of source files with casing not matching that
-  on disk, such as "mysource.c" when the actual file name is
-  "MySource.c".  This has never been officially supported or
-  guaranteed to work.  CMake 3.1 and above are less tolerant of
-  this practice than CMake 3.0 and below were due to refactoring
-  needed to support the :command:`target_sources` command and
-  generator expressions in the :prop_tgt:`SOURCES` target property.
-
-  Projects depending on this behavior should be fixed to name
-  their sources with casing matching that on disk.  This will
-  make them portable to case-sensitive filesystems too.
-
 Other Changes
 =============
 

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

Summary of changes:
 Help/release/3.1.0.rst |   13 -------------
 1 file changed, 13 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list