]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/client: do not depend on libcephfs
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 16 Apr 2025 20:23:27 +0000 (16:23 -0400)
committerYuri Weinstein <yweinste@redhat.com>
Wed, 16 Jul 2025 22:45:46 +0000 (22:45 +0000)
This is a client test -- no libcephfs.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 9d22425c55a57a8e9035450ad36d82de0616266e)
(cherry picked from commit 808f53885e21c3a81415248647cdb215580c3557)

src/test/client/CMakeLists.txt

index 718c52cb95a45fab0a6b9bba883b8f151042ef11..bd0f6fe4b71cdf80cfb10381edd3c3c522b150d5 100644 (file)
@@ -10,7 +10,6 @@ if(${WITH_CEPHFS})
     client
     global
     ceph-common
-    cephfs
     ${UNITTEST_LIBS}
     ${EXTRALIBS}
     ${CMAKE_DL_LIBS}