[Cmake-commits] CMake branch, master, updated. v3.3.0-697-gd356bce
Brad King
brad.king at kitware.com
Thu Aug 6 09:38:18 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 d356bced9b362be1396c91854e0684da6ec6f507 (commit)
via c4d2f64f3c9dea3a5fcd8af5bb389db00ccd64df (commit)
from 42526efec45993466cbc605eb2cee70194eed4a6 (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=d356bced9b362be1396c91854e0684da6ec6f507
commit d356bced9b362be1396c91854e0684da6ec6f507
Merge: 42526ef c4d2f64
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 6 09:38:17 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 6 09:38:17 2015 -0400
Merge topic 'fix-missing-subdir-error'
c4d2f64f add_subdirectory: Fix error message on missing CMakeLists.txt (#15680)
-----------------------------------------------------------------------
Summary of changes:
Source/cmMakefile.cxx | 4 ++--
Tests/RunCMake/CMakeLists.txt | 1 +
.../{AutoExportDll => add_subdirectory}/CMakeLists.txt | 0
.../DoesNotExist-result.txt} | 0
Tests/RunCMake/add_subdirectory/DoesNotExist-stderr.txt | 5 +++++
Tests/RunCMake/add_subdirectory/DoesNotExist.cmake | 1 +
.../Missing-result.txt} | 0
Tests/RunCMake/add_subdirectory/Missing-stderr.txt | 8 ++++++++
Tests/RunCMake/add_subdirectory/Missing.cmake | 1 +
.../RunCMake/add_subdirectory/Missing/Missing.txt | 0
Tests/RunCMake/add_subdirectory/RunCMakeTest.cmake | 4 ++++
11 files changed, 22 insertions(+), 2 deletions(-)
copy Tests/RunCMake/{AutoExportDll => add_subdirectory}/CMakeLists.txt (100%)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => add_subdirectory/DoesNotExist-result.txt} (100%)
create mode 100644 Tests/RunCMake/add_subdirectory/DoesNotExist-stderr.txt
create mode 100644 Tests/RunCMake/add_subdirectory/DoesNotExist.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => add_subdirectory/Missing-result.txt} (100%)
create mode 100644 Tests/RunCMake/add_subdirectory/Missing-stderr.txt
create mode 100644 Tests/RunCMake/add_subdirectory/Missing.cmake
copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/add_subdirectory/Missing/Missing.txt (100%)
create mode 100644 Tests/RunCMake/add_subdirectory/RunCMakeTest.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list