1
0
mirror of https://github.com/ceph/ceph synced 2024-12-18 17:37:38 +00:00

cmake: Add missing pthread lib

Signed-off-by: Orit Wasserman <owasserm@redhat.com>
This commit is contained in:
Orit Wasserman 2015-05-07 10:36:29 +02:00
parent 6ce5262853
commit 1fd2885887

View File

@ -1747,6 +1747,7 @@ add_executable(test_get_blkdev_size
)
target_link_libraries(test_get_blkdev_size
common
pthread
${EXTRALIBS}
${TCMALLOC_LIBS}
${CMAKE_DL_LIBS}