diff options
author | Brad King <brad.king@kitware.com> | 2016-11-03 15:26:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-10 13:26:55 (GMT) |
commit | af7ebf8ad3b2b773dfe636a189a82998b1dc63e1 (patch) | |
tree | dca14690ea679ac5936bd95c9b097e64da8191fd /Utilities/cmlibrhash | |
parent | bb01f20e993bbd19b00e07ff0094b155aa0859de (diff) | |
download | CMake-af7ebf8ad3b2b773dfe636a189a82998b1dc63e1.zip CMake-af7ebf8ad3b2b773dfe636a189a82998b1dc63e1.tar.gz CMake-af7ebf8ad3b2b773dfe636a189a82998b1dc63e1.tar.bz2 |
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.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/cmlibrhash/CMakeLists.txt b/Utilities/cmlibrhash/CMakeLists.txt index 968a792..340d946 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) |