summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigure.cmake.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-03 18:47:49 (GMT)
committerBrad King <brad.king@kitware.com>2017-08-08 13:34:54 (GMT)
commit88c9878af9d6d4b8cd3c7358bfdd12206c8aadb4 (patch)
treef3e07d7ec1c96fc0de9297a2facad56d988ab155 /Source/cmConfigure.cmake.h.in
parent21e86adaf6cb8829538e52714df7114763dcd29c (diff)
downloadCMake-88c9878af9d6d4b8cd3c7358bfdd12206c8aadb4.zip
CMake-88c9878af9d6d4b8cd3c7358bfdd12206c8aadb4.tar.gz
CMake-88c9878af9d6d4b8cd3c7358bfdd12206c8aadb4.tar.bz2
Make libuv available to all parts of CMake
The libuv library provides many useful platform abstractions and better process management than KWSys. We'd like to use it everywhere instead of just in the server mode. Drop the `CMAKE_USE_LIBUV` option and use libuv everywhere except during bootstrap.
Diffstat (limited to 'Source/cmConfigure.cmake.h.in')
-rw-r--r--Source/cmConfigure.cmake.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmConfigure.cmake.h.in b/Source/cmConfigure.cmake.h.in
index 524fdf8..302000a 100644
--- a/Source/cmConfigure.cmake.h.in
+++ b/Source/cmConfigure.cmake.h.in
@@ -19,7 +19,6 @@
#cmakedefine HAVE_UNSETENV
#cmakedefine CMAKE_USE_ELF_PARSER
#cmakedefine CMAKE_USE_MACH_PARSER
-#cmakedefine CMAKE_USE_LIBUV
#cmakedefine CMake_HAVE_CXX_AUTO_PTR
#cmakedefine CMake_HAVE_CXX_EQ_DELETE
#cmakedefine CMake_HAVE_CXX_FALLTHROUGH