summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibrhash/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* librhash: Activate SHA-3 implementationBrad King2016-11-101-0/+2
|
* librhash: Install COPYING file with CMake documentationBrad King2016-11-101-0/+2
| | | | | When we install using the bundled librhash source, notify users of its license terms.
* librhash: Disable warnings to avoid changing 3rd party codeBrad King2016-11-101-0/+8
| | | | | Add '-w' or equivalent flag on compilers supporting it. Tell MSVC to use its lowest warning level inside librhash sources.
* librhash: Build the library within CMakeBrad King2016-11-101-0/+28
Update `ustd.h` to include KWSys Large File Support configuration so that consistent stream libraries are used (on AIX with XL). Add a `cm_rhash.h` header to include the CMake-provided copy of the `rhash.h` header from CMake sources.