[Cmake-commits] CMake branch, master, updated. v3.1.0-523-g1ac8523
Brad King
brad.king at kitware.com
Fri Dec 19 08:26:56 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 1ac8523c3bd4f404d8306b3d5fe905e1d988461c (commit)
via dd089e08b578f20b7dc7d2ce658e3df05e346e35 (commit)
from d48ccbe458b796ec7c263bbe2efb28fbb8b10147 (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=1ac8523c3bd4f404d8306b3d5fe905e1d988461c
commit 1ac8523c3bd4f404d8306b3d5fe905e1d988461c
Merge: d48ccbe dd089e0
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Dec 19 08:26:55 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 19 08:26:55 2014 -0500
Merge topic 'install-EXPORT-absolute-prefix'
dd089e08 install: Allow absolute EXPORT destination with relative targets (#15258)
-----------------------------------------------------------------------
Summary of changes:
.../release/dev/install-EXPORT-absolute-prefix.rst | 9 ++++
Source/cmExportInstallFileGenerator.cxx | 57 +++++++-------------
Source/cmExportInstallFileGenerator.h | 4 --
Tests/ExportImport/Export/CMakeLists.txt | 15 ++++++
.../Export/include/abs/1a/testLibAbs1a.h | 1 +
.../Export/include/abs/1b/testLibAbs1b.h | 1 +
.../ExportImport/Export/include/abs/testLibAbs1.h | 1 +
Tests/ExportImport/Export/testLibAbs1.c | 1 +
Tests/ExportImport/Import/A/CMakeLists.txt | 10 ++++
Tests/ExportImport/Import/A/imp_testExeAbs1.c | 15 ++++++
10 files changed, 73 insertions(+), 41 deletions(-)
create mode 100644 Help/release/dev/install-EXPORT-absolute-prefix.rst
create mode 100644 Tests/ExportImport/Export/include/abs/1a/testLibAbs1a.h
create mode 100644 Tests/ExportImport/Export/include/abs/1b/testLibAbs1b.h
create mode 100644 Tests/ExportImport/Export/include/abs/testLibAbs1.h
create mode 100644 Tests/ExportImport/Export/testLibAbs1.c
create mode 100644 Tests/ExportImport/Import/A/imp_testExeAbs1.c
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list