]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: fix linkage of ceph_test_librgw_file_nfsns
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 19 Aug 2016 10:37:07 +0000 (03:37 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 7 Oct 2016 17:31:21 +0000 (10:31 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/test/CMakeLists.txt

index c7e16ead687bb8cd046921dfd2cc7f2cee3d2efa..9dd2e18e66a12181d871d230bdc901b128b03145 100644 (file)
@@ -311,6 +311,7 @@ target_include_directories(ceph_test_librgw_file_nfsns PRIVATE ${FCGI_INCLUDE_DI
 target_link_libraries(ceph_test_librgw_file_nfsns
   rgw
   librados
+  boost_system
   ${UNITTEST_LIBS}
   ${EXTRALIBS}
   )