[Cmake-commits] CMake branch, next, updated. v2.8.4-1787-g52daacc
Brad King
brad.king at kitware.com
Mon Jun 20 09:54:47 EDT 2011
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 52daacc5dc40769ecbcb72ec0ec3833497804a91 (commit)
via d39aee483ed6693f9536809d0fa5425a8475bbe1 (commit)
from 95c5ba5fab3f20361611d71cb142dd8a579c5d44 (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=52daacc5dc40769ecbcb72ec0ec3833497804a91
commit 52daacc5dc40769ecbcb72ec0ec3833497804a91
Merge: 95c5ba5 d39aee4
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 20 09:54:39 2011 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 20 09:54:39 2011 -0400
Merge topic 'libarchive-install-copyright-notice' into next
d39aee4 libarchive: Install COPYING with CMake documentation
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d39aee483ed6693f9536809d0fa5425a8475bbe1
commit d39aee483ed6693f9536809d0fa5425a8475bbe1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 16 17:57:15 2011 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 20 09:54:08 2011 -0400
libarchive: Install COPYING with CMake documentation
diff --git a/Utilities/cmlibarchive/CMakeLists.txt b/Utilities/cmlibarchive/CMakeLists.txt
index 0b9380f..3a6b5c4 100644
--- a/Utilities/cmlibarchive/CMakeLists.txt
+++ b/Utilities/cmlibarchive/CMakeLists.txt
@@ -736,3 +736,5 @@ ENDIF(ENABLE_TEST)
add_subdirectory(libarchive)
#add_subdirectory(tar)
#add_subdirectory(cpio)
+
+install(FILES COPYING DESTINATION ${CMake_DOC_DEST}/cmlibarchive)
-----------------------------------------------------------------------
Summary of changes:
Utilities/cmlibarchive/CMakeLists.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list