]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/rgw/CMakeLists.txt: Fix/delete libuuid reference 14869/head
authorWillem Jan Withagen <wjw@digiware.nl>
Fri, 28 Apr 2017 09:11:49 +0000 (11:11 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Fri, 28 Apr 2017 09:11:49 +0000 (11:11 +0200)
 - And while there also fix direct hard curl and expat usuage

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/test/rgw/CMakeLists.txt

index d8f9a5daf87037491eead07d7efee0bc2a6226e7..b5a03e0baadf602c74690af92b9adabc8e006e18 100644 (file)
@@ -99,9 +99,8 @@ target_link_libraries(unittest_rgw_crypto
   cls_user_client
   librados
   global
-  curl
-  uuid
-  expat
+  ${CURL_LIBRARIES}
+  ${EXPAT_LIBRARIES}
   ${CMAKE_DL_LIBS}
   ${UNITTEST_LIBS}
   ${CRYPTO_LIBS}