[Cmake-commits] CMake branch, next, updated. v3.0.2-2221-g90f5ad5

Brad King brad.king at kitware.com
Mon Oct 27 10:40:40 EDT 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  90f5ad573761bd65962d71d34d31a1beb754b7af (commit)
       via  7f70ad89ffcef299009131765b497bed8d69766a (commit)
      from  a7caa9c513fdbdbd4e81be70fce765bd2a6e64a5 (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=90f5ad573761bd65962d71d34d31a1beb754b7af
commit 90f5ad573761bd65962d71d34d31a1beb754b7af
Merge: a7caa9c 7f70ad8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 27 10:40:39 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 27 10:40:39 2014 -0400

    Merge topic 'CTestCustom-suppress-sphinx-icon-warning' into next
    
    7f70ad89 CTestCustom: Suppress sphinx warning about missing favicon


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7f70ad89ffcef299009131765b497bed8d69766a
commit 7f70ad89ffcef299009131765b497bed8d69766a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 27 10:38:37 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 27 10:38:37 2014 -0400

    CTestCustom: Suppress sphinx warning about missing favicon
    
    There seems to be no way to avoid this warning on the first build
    because Sphinx looks for the file before copying it into place.
    I have not investigated deeply but it is simplest to just suppress
    the warning from reports to CDash.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index f499be1..c26db87 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -54,6 +54,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
   "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
   "ld: warning: directory not found for option .-(F|L)"
   "warning.*This version of Mac OS X is unsupported"
+  "WARNING: favicon file 'cmake-favicon.ico' does not exist"
   "clang.*: warning: argument unused during compilation: .-g"
   "note: in expansion of macro" # diagnostic context note
   "cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*rand.*isn.*t random" # we do not do crypto

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

Summary of changes:
 CTestCustom.cmake.in |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list