~ci-train-bot/url-dispatcher/url-dispatcher-ubuntu-yakkety-landing-061

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Ted Gould
  • Date: 2015-06-11 21:38:13 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: ted@gould.cx-20150611213813-i1tg086vvbvemu11
Switch linking option to not include the pthread library, but instead ask for it directly

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        mir-mock.cpp)
43
43
 
44
44
target_link_libraries(mir-mock-lib
45
 
        -lpthread
 
45
        -pthread
46
46
        ${GLIB2_LIBRARIES}
47
47
)
48
48