[Cmake-commits] CMake branch, next, updated. v2.8.9-1024-g13921b2

Brad King brad.king at kitware.com
Fri Oct 5 15:15:37 EDT 2012


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  13921b2c3396aafc50ad47318b103e108a780387 (commit)
       via  f63304d982d72e76541d40bbf35793a43e284fe9 (commit)
      from  79a5ff2c98b305b9c3290d9a3921e31d87e1c261 (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=13921b2c3396aafc50ad47318b103e108a780387
commit 13921b2c3396aafc50ad47318b103e108a780387
Merge: 79a5ff2 f63304d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 5 15:15:35 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 5 15:15:35 2012 -0400

    Merge topic 'doc-if-NOTFOUND' into next
    
    f63304d if: Document that plain 'NOTFOUND' is a false constant


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f63304d982d72e76541d40bbf35793a43e284fe9
commit f63304d982d72e76541d40bbf35793a43e284fe9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 5 15:12:55 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Oct 5 15:14:29 2012 -0400

    if: Document that plain 'NOTFOUND' is a false constant
    
    Previously we only mentioned the '-NOTFOUND' suffix.
    
    Reported-by: Nils Gladitz <gladitz at sci-vis.de>

diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h
index 0a1fe06..f794b78 100644
--- a/Source/cmIfCommand.h
+++ b/Source/cmIfCommand.h
@@ -114,7 +114,7 @@ public:
       "will be evaluated. Possible expressions are:\n"
       "  if(<constant>)\n"
       "True if the constant is 1, ON, YES, TRUE, Y, or a non-zero number.  "
-      "False if the constant is 0, OFF, NO, FALSE, N, IGNORE, \"\", "
+      "False if the constant is 0, OFF, NO, FALSE, N, IGNORE, NOTFOUND, '', "
       "or ends in the suffix '-NOTFOUND'.  "
       "Named boolean constants are case-insensitive.  "
       "If the argument is not one of these constants, "

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list