找不到pthread动态库 cmake

/usr/bin/ld: CMakeFiles/tawlogserver.dir/udp.c.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_create@@GLIBC_2.2.5' is defined in DSO /usr/lib64/libpthread.so.0 so try adding it to the linker command line
/usr/lib64/libpthread.so.0: could not read symbols: 无效的操作

已经添加TARGET_LINK_LIBRARIES(config uv nanomsg ngtawstd cunit pthread)

之前提了两个问题,有人回答了,我点开之后说:内容不存在。。。问题没了。

http://www.cnblogs.com/jiu0821/p/5855827.html