summaryrefslogtreecommitdiff
path: root/Source/cmConfigure.cmake.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-16 16:26:39 -0400
committerBrad King <brad.king@kitware.com>2016-08-31 09:02:19 -0400
commit13b7e7587d50a52bb422852eb4d71a93eb8f18a6 (patch)
treedfcaef4dc5f2aef27c8473e6f8f4f1b15e4d6e60 /Source/cmConfigure.cmake.h.in
parentd96416fe482e17bc9f5a741d71d4a51a9b44f65e (diff)
downloadcmake-13b7e7587d50a52bb422852eb4d71a93eb8f18a6.tar.gz
libuv: Build the library within CMake
Take logic from upstream `Makefile.am` and `configure.ac` to build libuv sources. Update `uv.h` to include KWSys Large File Support configuration so that consistent stream libraries are used (on AIX with XL). Add a `cm_uv.h` header to include the CMake-provided copy of the `uv.h` header from CMake sources.
Diffstat (limited to 'Source/cmConfigure.cmake.h.in')
-rw-r--r--Source/cmConfigure.cmake.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmConfigure.cmake.h.in b/Source/cmConfigure.cmake.h.in
index 7e48b2d9a7..cb671ddea3 100644
--- a/Source/cmConfigure.cmake.h.in
+++ b/Source/cmConfigure.cmake.h.in
@@ -28,6 +28,7 @@
#cmakedefine HAVE_UNSETENV
#cmakedefine CMAKE_USE_ELF_PARSER
#cmakedefine CMAKE_USE_MACH_PARSER
+#cmakedefine CMAKE_USE_LIBUV
#cmakedefine CMAKE_ENCODING_UTF8
#cmakedefine CMake_HAVE_CXX_NULLPTR
#cmakedefine CMake_HAVE_CXX_OVERRIDE