diff options
author | Brad King <brad.king@kitware.com> | 2020-03-02 22:22:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-03-02 22:22:06 (GMT) |
commit | 8d3770738cd2d9c29c75da4d8fb441e418f86daf (patch) | |
tree | 4a280b76e40e959c7d6f7b16dd7263b038e76210 | |
parent | 471ebc590e3349483cca261d2bc149705e4d162d (diff) | |
download | CMake-8d3770738cd2d9c29c75da4d8fb441e418f86daf.zip CMake-8d3770738cd2d9c29c75da4d8fb441e418f86daf.tar.gz CMake-8d3770738cd2d9c29c75da4d8fb441e418f86daf.tar.bz2 |
librhash: Update build within CMake for rhash 1.3.9
-rw-r--r-- | Utilities/cmlibrhash/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmlibrhash/CMakeLists.txt b/Utilities/cmlibrhash/CMakeLists.txt index 6067b7d..1b025fc 100644 --- a/Utilities/cmlibrhash/CMakeLists.txt +++ b/Utilities/cmlibrhash/CMakeLists.txt @@ -37,4 +37,4 @@ include_directories( add_library(cmlibrhash ${librhash_sources}) -install(FILES COPYING README DESTINATION ${CMAKE_DOC_DIR}/cmlibrhash) +install(FILES COPYING DESTINATION ${CMAKE_DOC_DIR}/cmlibrhash) |