[Cmake-commits] CMake branch, next, updated. v3.5.1-706-gccc2b09

Brad King brad.king at kitware.com
Thu Mar 31 08:37:08 EDT 2016


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  ccc2b0992e8aa085e12e240c9df6ebb4891a53db (commit)
       via  c36702535e36a7ec0eb4e084ec58ec05ca5b3a6b (commit)
      from  77220f1ad6bf349e51f83d251c2a3a738b2c772a (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ccc2b0992e8aa085e12e240c9df6ebb4891a53db
commit ccc2b0992e8aa085e12e240c9df6ebb4891a53db
Merge: 77220f1 c367025
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 31 08:37:07 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 31 08:37:07 2016 -0400

    Merge topic 'external-project-no-extract' into next
    
    c3670253 fixup! ExternalProject: add support for just downloading a file


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c36702535e36a7ec0eb4e084ec58ec05ca5b3a6b
commit c36702535e36a7ec0eb4e084ec58ec05ca5b3a6b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 31 08:34:25 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Mar 31 08:34:25 2016 -0400

    fixup! ExternalProject: add support for just downloading a file

diff --git a/Help/release/dev/external-project-no-extract.rst b/Help/release/dev/external-project-no-extract.rst
index af5d717..b3293cd 100644
--- a/Help/release/dev/external-project-no-extract.rst
+++ b/Help/release/dev/external-project-no-extract.rst
@@ -1,6 +1,6 @@
 external-project-no-extract
 ---------------------------
 
-* The :module:`ExternalProject` module leared the ``NO_EXTRACT 1`` argument to
-  skip extracting the file that is downloaded (e.g., for self-extracting shell
-  installers or MSI files).
+* The :module:`ExternalProject` module leared the ``DOWNLOAD_NO_EXTRACT 1``
+  argument to skip extracting the file that is downloaded (e.g., for
+  self-extracting shell installers or ``.msi`` files).

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

Summary of changes:
 Help/release/dev/external-project-no-extract.rst |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list