We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d22425 commit 600584fCopy full SHA for 600584f
src/test/fs/CMakeLists.txt
@@ -9,12 +9,16 @@ if(${WITH_CEPHFS})
9
add_executable(ceph_test_trim_caps
10
test_trim_caps.cc
11
)
12
- target_link_libraries(ceph_test_trim_caps ceph-common cephfs)
+ target_link_libraries(ceph_test_trim_caps
13
+ cephfs
14
+ )
15
install(TARGETS ceph_test_trim_caps DESTINATION ${CMAKE_INSTALL_BINDIR})
16
17
add_executable(ceph_test_ino_release_cb
18
test_ino_release_cb.cc
19
- target_link_libraries(ceph_test_ino_release_cb ceph-common cephfs)
20
+ target_link_libraries(ceph_test_ino_release_cb
21
22
23
install(TARGETS ceph_test_ino_release_cb DESTINATION ${CMAKE_INSTALL_BINDIR})
24
endif(${WITH_CEPHFS})
0 commit comments