summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-06-20 19:14:19 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-06-20 19:14:19 (GMT)
commite85df15b7dad5a74e165ea7008a6aa70cfb4d1e7 (patch)
tree0eb67e69e4080e6d251516b2b474deb1a4382cc4
parentddd6e8ed5531fc0f812717da268e121b55c3e4b8 (diff)
parentd39aee483ed6693f9536809d0fa5425a8475bbe1 (diff)
downloadCMake-e85df15b7dad5a74e165ea7008a6aa70cfb4d1e7.zip
CMake-e85df15b7dad5a74e165ea7008a6aa70cfb4d1e7.tar.gz
CMake-e85df15b7dad5a74e165ea7008a6aa70cfb4d1e7.tar.bz2
Merge topic 'libarchive-install-copyright-notice'
d39aee4 libarchive: Install COPYING with CMake documentation
-rw-r--r--Utilities/cmlibarchive/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)