summaryrefslogtreecommitdiffstats
path: root/Source
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 /Source
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 'Source')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index cf9dbb8..879272c 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -788,6 +788,7 @@ target_link_libraries(CMakeLib cmsys
${CMAKE_CURL_LIBRARIES}
${CMAKE_JSONCPP_LIBRARIES}
${CMAKE_LIBUV_LIBRARIES}
+ ${CMAKE_LIBRHASH_LIBRARIES}
${CMake_KWIML_LIBRARIES}
)