[Cmake-commits] CMake branch, next, updated. v2.8.4-1277-g32997e7

Brad King brad.king at kitware.com
Tue Mar 29 15:58:26 EDT 2011


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  32997e7cb840b023ce7be8c1a2b523ae65bd5c38 (commit)
       via  84b7d928fee378c812d3a15536a3530e26cf3ad2 (commit)
      from  28a8d3af3a9700fd7d0b91b8d39b5938b9724b9f (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=32997e7cb840b023ce7be8c1a2b523ae65bd5c38
commit 32997e7cb840b023ce7be8c1a2b523ae65bd5c38
Merge: 28a8d3a 84b7d92
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 29 15:58:23 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 29 15:58:23 2011 -0400

    Merge topic 'doc-include_directories-typo-issue-12020' into next
    
    84b7d92 Fix typo in include_directories documentation (#12020)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=84b7d928fee378c812d3a15536a3530e26cf3ad2
commit 84b7d928fee378c812d3a15536a3530e26cf3ad2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 29 15:55:22 2011 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 29 15:55:22 2011 -0400

    Fix typo in include_directories documentation (#12020)
    
    A search-and-replace in commit 8d32d229 (make commands lower case by
    default, 2007-10-10) accidentally changed the variable reference
    CMAKE_INCLUDE_DIRECTORIES_BEFORE to CMAKE_include_directories_BEFORE.
    Change it back.

diff --git a/Source/cmIncludeDirectoryCommand.h b/Source/cmIncludeDirectoryCommand.h
index d00f843..3b35d55 100644
--- a/Source/cmIncludeDirectoryCommand.h
+++ b/Source/cmIncludeDirectoryCommand.h
@@ -61,7 +61,7 @@ public:
       "Add the given directories to those searched by the compiler for "
       "include files. By default the directories are appended onto "
       "the current list of directories. This default behavior can be "
-      "changed by setting CMAKE_include_directories_BEFORE to ON. "
+      "changed by setting CMAKE_INCLUDE_DIRECTORIES_BEFORE to ON. "
       "By using BEFORE or AFTER you can select between appending and "
       "prepending, independent from the default. "
       "If the SYSTEM option is given the compiler will be told that the "

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

Summary of changes:
 Source/cmIncludeDirectoryCommand.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list