~mc-return/compiz/compiz.merge-fix1172913-blacklist-composite-and-opengl

« back to all changes in this revision

Viewing changes to src/window/geometry/tests/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Sam Spilsbury
  • Date: 2013-04-25 12:06:57 UTC
  • mfrom: (3659.2.3 compiz.fix_1171364)
  • Revision ID: tarmac-20130425120657-maaciw5lr6jtf803
Link in CMAKE_THREAD_LIBS_INIT through GTEST_BOTH_LIBRARIES so it gets
included in everything. Remove redundant links. Require FindThreads.cmake.

(LP: #1171364). Fixes: https://bugs.launchpad.net/bugs/1171364.

Approved by PS Jenkins bot, MC Return.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
                       compiz_window_geometry 
12
12
                       ${GTEST_BOTH_LIBRARIES}
13
13
                       ${GMOCK_LIBRARY}
14
 
                       ${GMOCK_MAIN_LIBRARY}
15
 
                       ${CMAKE_THREAD_LIBS_INIT} # Link in pthread. 
16
 
                       )
 
14
                       ${GMOCK_MAIN_LIBRARY})
17
15
 
18
16
compiz_discover_tests (compiz_test_window_geometry COVERAGE compiz_window_geometry)