[CMake] Compiling CMake without libuv?

Robert Maynard robert.maynard at kitware.com
Wed Nov 16 00:04:26 EST 2016


You can ask CMake to use its own copy of libuv by specifying
CMAKE_USE_SYSTEM_LIBRARY_LIBUV to false.

If building even the CMake version of libuv is not possible you can
just disable building server mode by setting CMake_ENABLE_SERVER_MODE

On Tue, Nov 15, 2016 at 5:59 PM, Christoph Grüninger <foss at grueninger.de> wrote:
> Dear CMake folks,
> I am trying to package CMake for openSuse. I was a bit surprised that
> the new dependency libuv was nowhere mentioned.
> Can it be disabled by a configure switch for older systems?
> Currently it errors out when libuv is not found. It should be only
> necessary for cmake-server, right?
>
> Bye
> Christoph
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake


More information about the CMake mailing list