[Cmake-commits] CMake branch, master, updated. v2.8.12.1-1049-g6cff2af
Brad King
brad.king at kitware.com
Thu Jan 2 14:44:10 EST 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, master has been updated
via 6cff2afc8bfb38bae989be41ab2451e5577c34a1 (commit)
via 98b9f52bc90e96618445785bfd6af777b9dc11bc (commit)
via a1d2bda23e9fb2bc463b3ff5b57f1f88edfd40ca (commit)
via f4f6529354a2e551626fb77e22624cf180baa9b0 (commit)
via cbe7e8fae48b3663e784bb37d5f66bf8b3eb0546 (commit)
from 85704c04c0d05c7e390ddccfc78493811a319f7e (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=6cff2afc8bfb38bae989be41ab2451e5577c34a1
commit 6cff2afc8bfb38bae989be41ab2451e5577c34a1
Merge: 85704c0 98b9f52
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 2 14:44:08 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 2 14:44:08 2014 -0500
Merge topic 'export-EXPORT-subcommand'
98b9f52 Help: Document export(EXPORT) in the cmake-packages manual.
a1d2bda Don't copy find_dependency in configure_package_config_file.
f4f6529 Help: cmake-packages: Add missing slash.
cbe7e8f export: Implement EXPORT subcommand (#9822)
-----------------------------------------------------------------------
Summary of changes:
Help/command/export.rst | 30 +++--
Help/manual/cmake-packages.7.rst | 28 +++-
Modules/CMakePackageConfigHelpers.cmake | 11 +-
Source/cmExportBuildFileGenerator.cxx | 36 ++++-
Source/cmExportBuildFileGenerator.h | 7 +-
Source/cmExportCommand.cxx | 160 +++++++++++++-------
Source/cmExportCommand.h | 4 +
Tests/ExportImport/Export/Interface/CMakeLists.txt | 10 +-
.../AppendExport-result.txt} | 0
Tests/RunCMake/export/AppendExport-stderr.txt | 4 +
Tests/RunCMake/export/AppendExport.cmake | 8 +
.../NoExportSet-result.txt} | 0
Tests/RunCMake/export/NoExportSet-stderr.txt | 4 +
Tests/RunCMake/export/NoExportSet.cmake | 2 +
.../OldIface-result.txt} | 0
Tests/RunCMake/export/OldIface-stderr.txt | 5 +
Tests/RunCMake/export/OldIface.cmake | 10 ++
Tests/RunCMake/export/RunCMakeTest.cmake | 3 +
18 files changed, 234 insertions(+), 88 deletions(-)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => export/AppendExport-result.txt} (100%)
create mode 100644 Tests/RunCMake/export/AppendExport-stderr.txt
create mode 100644 Tests/RunCMake/export/AppendExport.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => export/NoExportSet-result.txt} (100%)
create mode 100644 Tests/RunCMake/export/NoExportSet-stderr.txt
create mode 100644 Tests/RunCMake/export/NoExportSet.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => export/OldIface-result.txt} (100%)
create mode 100644 Tests/RunCMake/export/OldIface-stderr.txt
create mode 100644 Tests/RunCMake/export/OldIface.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list