Code review comment for lp:~compiz-team/compiz/compiz.fix_1171364

Revision history for this message
MC Return (mc-return) wrote :

> Curious.
>
> It seems to me like cmake was unable to find pthread on your system. Can you
> add the following to cmake/FindGoogleTest.cmake right after find_package
> (Threads REQUIRED)
>
> message ("[debug] CMake detected threads library - "
> ${CMAKE_THREAD_LIBS_INIT})
>
> And then post the output of cmake?

Here it is (the beginning of it only):
-- Could NOT find gcovr (missing: GCOVR_EXECUTABLE)
[debug] CMake detected threads library - -lpthread
-- Found xorg-gtest sources at /usr/src/xorg-gtest

« Back to merge proposal