diff options
author | Nathan Cutler <ncutler@suse.com> | 2017-05-30 00:37:00 +0200 |
---|---|---|
committer | Nathan Cutler <ncutler@suse.com> | 2017-05-30 13:01:16 +0200 |
commit | 3dfffa59961856d2b220601964e2816c7cd52678 (patch) | |
tree | 86f5484c9a8605bfb99ce9af2c2d247d2a3780e9 /src/rgw/CMakeLists.txt | |
parent | cmake: delete excidentail reintroduced line. (diff) | |
download | ceph-3dfffa59961856d2b220601964e2816c7cd52678.tar.xz ceph-3dfffa59961856d2b220601964e2816c7cd52678.zip |
cmake: link radosgw with boost libraries
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Diffstat (limited to '')
-rw-r--r-- | src/rgw/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt index 591d136ccae..59a5406ca00 100644 --- a/src/rgw/CMakeLists.txt +++ b/src/rgw/CMakeLists.txt @@ -174,7 +174,7 @@ target_link_libraries(radosgw radosgw_a librados cls_log_client cls_statelog_client cls_timeindex_client cls_version_client cls_replica_log_client cls_user_client global ${FCGI_LIBRARY} ${LIB_RESOLV} - ${CURL_LIBRARIES} ${EXPAT_LIBRARIES} ${BLKID_LIBRARIES} + ${CURL_LIBRARIES} ${Boost_LIBRARIES} ${EXPAT_LIBRARIES} ${BLKID_LIBRARIES} ${ALLOC_LIBS}) # radosgw depends on cls libraries at runtime, but not as link dependencies add_dependencies(radosgw cls_rgw cls_lock cls_refcount |