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)

Reply via email to