From: Vladislav Vaintroub Date: November 16 2012 1:43pm Subject: RE: bzr push into mysql-trunk branch (tor.didriksen:4857 to 4858) List-Archive: http://lists.mysql.com/commits/145299 Message-Id: <004201cdc400$552080d0$ff618270$@montyprogram.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > -----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