Browse Source

libarchive: Install COPYING with CMake documentation

Replay commit d39aee48 (Install COPYING with CMake documentation,
2011-06-16) after import of new libarchive snapshot.
Brad King 14 years ago
parent
commit
0f7a85349a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Utilities/cmlibarchive/CMakeLists.txt

+ 2 - 0
Utilities/cmlibarchive/CMakeLists.txt

@@ -1081,3 +1081,5 @@ IF(APPLE)
 ENDIF(APPLE)
 
 add_subdirectory(libarchive)
+
+install(FILES COPYING DESTINATION ${CMake_DOC_DEST}/cmlibarchive)