[Cmake-commits] CMake branch, master, updated. v3.2.2-1100-g55fe564

Brad King brad.king at kitware.com
Tue May 12 09:12:45 EDT 2015


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, master has been updated
       via  55fe56444f134e676a0b9a54d72dbdb85b573a49 (commit)
       via  dcb188363d5faba80664c17e9a4713bbd5c0b372 (commit)
      from  cca3bbde98de7954ebd3bca1966c92d931fe0dab (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=55fe56444f134e676a0b9a54d72dbdb85b573a49
commit 55fe56444f134e676a0b9a54d72dbdb85b573a49
Merge: cca3bbd dcb1883
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 12 09:12:43 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 12 09:12:43 2015 -0400

    Merge topic 'ExternalProject-improve-missing-source-error'
    
    dcb18836 ExternalProject: Improve error when SOURCE_DIR is missing (#15560)


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

Summary of changes:
 Modules/ExternalProject.cmake                        |   13 ++++++++++++-
 .../NoOptions-result.txt}                            |    0
 Tests/RunCMake/ExternalProject/NoOptions-stderr.txt  |   18 ++++++++++++++++++
 Tests/RunCMake/ExternalProject/NoOptions.cmake       |    2 ++
 Tests/RunCMake/ExternalProject/RunCMakeTest.cmake    |    3 +++
 .../SourceEmpty-result.txt}                          |    0
 .../RunCMake/ExternalProject/SourceEmpty-stderr.txt  |   18 ++++++++++++++++++
 Tests/RunCMake/ExternalProject/SourceEmpty.cmake     |    5 +++++
 .../SourceMissing-result.txt}                        |    0
 .../ExternalProject/SourceMissing-stderr.txt         |   18 ++++++++++++++++++
 Tests/RunCMake/ExternalProject/SourceMissing.cmake   |    2 ++
 11 files changed, 78 insertions(+), 1 deletion(-)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => ExternalProject/NoOptions-result.txt} (100%)
 create mode 100644 Tests/RunCMake/ExternalProject/NoOptions-stderr.txt
 create mode 100644 Tests/RunCMake/ExternalProject/NoOptions.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => ExternalProject/SourceEmpty-result.txt} (100%)
 create mode 100644 Tests/RunCMake/ExternalProject/SourceEmpty-stderr.txt
 create mode 100644 Tests/RunCMake/ExternalProject/SourceEmpty.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => ExternalProject/SourceMissing-result.txt} (100%)
 create mode 100644 Tests/RunCMake/ExternalProject/SourceMissing-stderr.txt
 create mode 100644 Tests/RunCMake/ExternalProject/SourceMissing.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list