[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


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)

Follow-Ups:
Re: [PATCH v2 0/2] Stop using CMAKE_HAVE_THREADS_LIBRARY in the build systemRaphael Kubo da Costa <rakuco@xxxxxxxxxxx>
Archive administrator: postmaster@lists.cynapses.org