summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_rhash.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-03 15:18:37 (GMT)
committerBrad King <brad.king@kitware.com>2016-11-10 13:26:54 (GMT)
commit31bb727f3b239b541e1ff5679b3c461e9a05f227 (patch)
tree6bbc228075d0546e9cd51e0858c66b7e83f122fb /Utilities/cm_rhash.h
parent53048afa8dc24327d82a1ff0f78801e1f344a4b6 (diff)
downloadCMake-31bb727f3b239b541e1ff5679b3c461e9a05f227.zip
CMake-31bb727f3b239b541e1ff5679b3c461e9a05f227.tar.gz
CMake-31bb727f3b239b541e1ff5679b3c461e9a05f227.tar.bz2
librhash: Build the library within CMake
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.
Diffstat (limited to 'Utilities/cm_rhash.h')
-rw-r--r--Utilities/cm_rhash.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Utilities/cm_rhash.h b/Utilities/cm_rhash.h
new file mode 100644
index 0000000..23d5409
--- /dev/null
+++ b/Utilities/cm_rhash.h
@@ -0,0 +1,8 @@
+/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+ file Copyright.txt or https://cmake.org/licensing for details. */
+#ifndef cm_rhash_h
+#define cm_rhash_h
+
+#include <cmlibrhash/librhash/rhash.h>
+
+#endif