]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: Add missing pthread lib
authorOrit Wasserman <owasserm@redhat.com>
Thu, 7 May 2015 08:36:29 +0000 (10:36 +0200)
committerOrit Wasserman <owasserm@redhat.com>
Fri, 8 May 2015 08:59:42 +0000 (10:59 +0200)
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
src/test/CMakeLists.txt

index f6465bf2176910cd5e8b59b5106196bfb38b9d17..6a6f4af01e625a70e3a66c649d75a18fd4eb91fa 100644 (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}