diff options
author | Sage Weil <sage@redhat.com> | 2018-12-05 20:42:17 +0100 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2018-12-05 20:42:17 +0100 |
commit | 59d0844c12a038be7b1f9c99b9416ffe3b4102c9 (patch) | |
tree | b3babd3985bbcf534a4ba10f8e69215f591411ef /src/librados | |
parent | Merge pull request #25166 from kungf/journal_remove_full (diff) | |
parent | auth: Kerberos authentication (diff) | |
download | ceph-59d0844c12a038be7b1f9c99b9416ffe3b4102c9.tar.xz ceph-59d0844c12a038be7b1f9c99b9416ffe3b4102c9.zip |
Merge PR #23550 into master
* refs/pull/23550/head:
auth: Kerberos authentication
Diffstat (limited to 'src/librados')
-rw-r--r-- | src/librados/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librados/CMakeLists.txt b/src/librados/CMakeLists.txt index 4985e824baa..c2f68f648c1 100644 --- a/src/librados/CMakeLists.txt +++ b/src/librados/CMakeLists.txt @@ -41,7 +41,8 @@ endif() target_link_libraries(librados PRIVATE rados_cxx librados_impl osdc ceph-common cls_lock_client - ${BLKID_LIBRARIES} ${CRYPTO_LIBS} ${EXTRALIBS}) + ${BLKID_LIBRARIES} ${CRYPTO_LIBS} ${EXTRALIBS} ${GSSAPI_LIBRARIES}) +target_link_libraries(librados ${rados_libs}) install(TARGETS librados DESTINATION ${CMAKE_INSTALL_LIBDIR}) # C++ API |