mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
librhash: Install COPYING file with CMake documentation
When we install using the bundled librhash source, notify users of its license terms.
This commit is contained in:
@@ -34,3 +34,5 @@ include_directories(
|
||||
)
|
||||
|
||||
add_library(cmlibrhash ${librhash_sources})
|
||||
|
||||
install(FILES COPYING README DESTINATION ${CMAKE_DOC_DIR}/cmlibrhash)
|
||||
|
||||
Reference in New Issue
Block a user