From: Patrick Donnelly Date: Wed, 16 Apr 2025 20:23:27 +0000 (-0400) Subject: test/client: do not depend on libcephfs X-Git-Tag: testing/wip-jcollin-testing-20250820.041311-squid^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=808f53885e21c3a81415248647cdb215580c3557;p=ceph-ci.git test/client: do not depend on libcephfs This is a client test -- no libcephfs. Signed-off-by: Patrick Donnelly (cherry picked from commit 9d22425c55a57a8e9035450ad36d82de0616266e) --- diff --git a/src/test/client/CMakeLists.txt b/src/test/client/CMakeLists.txt index 718c52cb95a..bd0f6fe4b71 100644 --- a/src/test/client/CMakeLists.txt +++ b/src/test/client/CMakeLists.txt @@ -10,7 +10,6 @@ if(${WITH_CEPHFS}) client global ceph-common - cephfs ${UNITTEST_LIBS} ${EXTRALIBS} ${CMAKE_DL_LIBS}