> -----Original Message-----
> From: Tor Didriksen [mailto:tor.didriksen@stripped]
> Sent: Dienstag, 30. Oktober 2012 14:54
> To: commits@stripped
> Subject: bzr push into mysql-trunk branch (tor.didriksen:4857 to 4858)
>
Hi Tor,
> === modified file 'configure.cmake'
> --- a/configure.cmake 2012-05-15 09:39:47 +0000
> +++ b/configure.cmake 2012-10-30 13:49:44 +0000
> @@ -325,13 +325,14 @@ ENDIF()
> # Figure out threading library
> #
> FIND_PACKAGE (Threads)
> +# Defines CMAKE_USE_PTHREADS_INIT and CMAKE_THREAD_LIBS_INIT.
> +INCLUDE(FindThreads)
Can you explain , what does this fix ?
I tend to agree with comment, but INCLUDE looks strange. FIND_PACKAGE would
be typically the way to go, to me.
Thanks,
Wlad