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:
parent
6ce5262853
commit
1fd2885887
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user