[Cmake-commits] CMake branch, next, updated. v2.8.1-1453-gbb7d883

Brad King brad.king at kitware.com
Tue Jun 22 09:10:30 EDT 2010


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  bb7d88370f71a7ae71f5eb9e1d70fc5b1fe57bf2 (commit)
       via  ca7c089be210950a6be4fa78f617c3e361e81e51 (commit)
      from  0efe1b7a871f12cb702cf4c20dfd3d9e83c4f14f (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=bb7d88370f71a7ae71f5eb9e1d70fc5b1fe57bf2
commit bb7d88370f71a7ae71f5eb9e1d70fc5b1fe57bf2
Merge: 0efe1b7 ca7c089
Author: Brad King <brad.king at kitware.com>
Date:   Tue Jun 22 09:10:12 2010 -0400

    Merge branch 'test-docs-xmllint-nonet' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ca7c089be210950a6be4fa78f617c3e361e81e51
commit ca7c089be210950a6be4fa78f617c3e361e81e51
Author: Brad King <brad.king at kitware.com>
Date:   Tue Jun 22 09:09:06 2010 -0400

    Revert "Run CMake.HTML test without net access (#10857)"
    
    This reverts commit fbdb9e4f76ad28ed6113bc5e841c24715292115d.  Not all
    installations of xmllint come with a catalog containing the xhtml DTD.

diff --git a/Utilities/CMakeLists.txt b/Utilities/CMakeLists.txt
index dcbcd4f..ecae7b0 100644
--- a/Utilities/CMakeLists.txt
+++ b/Utilities/CMakeLists.txt
@@ -139,7 +139,7 @@ if(BUILD_TESTING)
   mark_as_advanced(LIBXML2_XMLLINT_EXECUTABLE)
   if(LIBXML2_XMLLINT_EXECUTABLE)
     add_test(CMake.HTML
-      ${LIBXML2_XMLLINT_EXECUTABLE} --valid --noout --nonet ${HTML_FILES}
+      ${LIBXML2_XMLLINT_EXECUTABLE} --valid --noout ${HTML_FILES}
       )
   endif()
 endif()

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

Summary of changes:
 Utilities/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list