[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/2] Stop using CMAKE_HAVE_THREADS_LIBRARY in the build system
[Thread Prev] | [Thread Next]
- Subject: Re: [PATCH v2 0/2] Stop using CMAKE_HAVE_THREADS_LIBRARY in the build system
- From: Aris Adamantiadis <aris@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 06 Feb 2014 09:37:49 +0100
- To: libssh@xxxxxxxxxx
Hi Raphael, Your patch worked for me. Could you prepare it with patch-format ? (or better, give us a link to your git tree) Thanks, Aris Le 6/02/14 00:10, Raphael Kubo da Costa a écrit : > diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt > index fa8c5c2..1891a00 100644 > --- a/src/CMakeLists.txt > +++ b/src/CMakeLists.txt > @@ -288,6 +288,6 @@ if (WITH_STATIC_LIB) > ) > endif (WITH_STATIC_LIB) > > -if (CMAKE_THREAD_LIBS_INIT) > +if (Threads_FOUND) > add_subdirectory(threads) > -endif (CMAKE_THREAD_LIBS_INIT) > +endif (Threads_FOUND)
Re: [PATCH v2 0/2] Stop using CMAKE_HAVE_THREADS_LIBRARY in the build system | Raphael Kubo da Costa <rakuco@xxxxxxxxxxx> |
[PATCH v2 0/2] Stop using CMAKE_HAVE_THREADS_LIBRARY in the build system | Raphael Kubo da Costa <rakuco@xxxxxxxxxxx> |
Re: [PATCH v2 0/2] Stop using CMAKE_HAVE_THREADS_LIBRARY in the build system | Aris Adamantiadis <aris@xxxxxxxxxxxx> |
Re: [PATCH v2 0/2] Stop using CMAKE_HAVE_THREADS_LIBRARY in the build system | Raphael Kubo da Costa <rakuco@xxxxxxxxxxx> |