summaryrefslogtreecommitdiff
path: root/Utilities/cmlibrhash
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-03 11:26:24 -0400
committerBrad King <brad.king@kitware.com>2016-11-10 08:26:55 -0500
commitaf7ebf8ad3b2b773dfe636a189a82998b1dc63e1 (patch)
treedca14690ea679ac5936bd95c9b097e64da8191fd /Utilities/cmlibrhash
parentbb01f20e993bbd19b00e07ff0094b155aa0859de (diff)
downloadcmake-af7ebf8ad3b2b773dfe636a189a82998b1dc63e1.tar.gz
librhash: Install COPYING file with CMake documentation
When we install using the bundled librhash source, notify users of its license terms.
Diffstat (limited to 'Utilities/cmlibrhash')
-rw-r--r--Utilities/cmlibrhash/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/cmlibrhash/CMakeLists.txt b/Utilities/cmlibrhash/CMakeLists.txt
index 968a792fe2..340d9468ee 100644
--- a/Utilities/cmlibrhash/CMakeLists.txt
+++ b/Utilities/cmlibrhash/CMakeLists.txt
@@ -34,3 +34,5 @@ include_directories(
)
add_library(cmlibrhash ${librhash_sources})
+
+install(FILES COPYING README DESTINATION ${CMAKE_DOC_DIR}/cmlibrhash)