[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6267-g8bb8699

Brad King brad.king at kitware.com
Thu Dec 19 10:42:07 EST 2013


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  8bb86990b946d276174a855fb4aa5d1ddb91fa01 (commit)
       via  95c705a6a90df796e08dd88759015ca0189bd689 (commit)
      from  5fcc882aadb2e99eb730f619633b2c5af68b91fd (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=8bb86990b946d276174a855fb4aa5d1ddb91fa01
commit 8bb86990b946d276174a855fb4aa5d1ddb91fa01
Merge: 5fcc882 95c705a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 19 10:42:06 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 19 10:42:06 2013 -0500

    Merge topic 'doc-TestCXXAcceptsFlag-cleanup' into next
    
    95c705a TestCXXAcceptsFlag: Update documentation (#14657)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=95c705a6a90df796e08dd88759015ca0189bd689
commit 95c705a6a90df796e08dd88759015ca0189bd689
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 19 10:41:17 2013 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Dec 19 10:41:40 2013 -0500

    TestCXXAcceptsFlag: Update documentation (#14657)
    
    Document this module as deprecated and link to CheckCXXCompilerFlag.
    Fix cut-n-paste-o and format macro signature.

diff --git a/Modules/TestCXXAcceptsFlag.cmake b/Modules/TestCXXAcceptsFlag.cmake
index 2bcbea6..c814187 100644
--- a/Modules/TestCXXAcceptsFlag.cmake
+++ b/Modules/TestCXXAcceptsFlag.cmake
@@ -2,16 +2,18 @@
 # TestCXXAcceptsFlag
 # ------------------
 #
-# Test CXX compiler for a flag
+# Deprecated.  See :module:`CheckCXXCompilerFlag`.
 #
-# Check if the CXX compiler accepts a flag
+# Check if the CXX compiler accepts a flag.
 #
-# ::
+# .. code-block:: cmake
 #
-#   Macro CHECK_CXX_ACCEPTS_FLAG(FLAGS VARIABLE) -
-#      checks if the function exists
-#   FLAGS - the flags to try
-#   VARIABLE - variable to store the result
+#  CHECK_CXX_ACCEPTS_FLAG(<flags> <variable>)
+#
+# ``<flags>``
+#  the flags to try
+# ``<variable>``
+#  variable to store the result
 
 #=============================================================================
 # Copyright 2002-2009 Kitware, Inc.

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

Summary of changes:
 Modules/TestCXXAcceptsFlag.cmake |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list