From 9183d4368bc2de12b98f1633eef9da507127550d Mon Sep 17 00:00:00 2001 From: Ali Maredia Date: Wed, 20 Jan 2016 14:41:28 -0500 Subject: [PATCH] cmake: test_build_libcephfs needs ${ALLOC_LIBS} Signed-off-by: Ali Maredia --- src/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index d32deba9dbd0..13bf2070a138 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -36,7 +36,7 @@ target_link_libraries(test_build_librgw rgw_a global pthread ${CRYPTO_LIBS} ${EX # From src/test/Makefile-client.am: I dont get this one... testing the osdc build but link in libcephfs? add_executable(test_build_libcephfs buildtest_skeleton.cc) -target_link_libraries(test_build_libcephfs cephfs expat pthread ${CRYPTO_LIBS} ${EXTRALIBS}) +target_link_libraries(test_build_libcephfs cephfs expat pthread ${CRYPTO_LIBS} ${EXTRALIBS} ${ALLOC_LIBS}) add_executable(test_build_librados buildtest_skeleton.cc) target_link_libraries(test_build_librados librados pthread ${CRYPTO_LIBS} ${EXTRALIBS} osdc osd os common cls_lock_client ${BLKID_LIBRARIES} ${ALLOC_LIBS}) -- 2.47.3