]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: Remove duplicate find_package libcurl line. 7972/head
authorBrad Hubbard <bhubbard@redhat.com>
Mon, 7 Mar 2016 02:24:51 +0000 (12:24 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Mon, 7 Mar 2016 04:12:31 +0000 (14:12 +1000)
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
CMakeLists.txt

index 01fd4d2930b4d506ff75704902bf09f7adddaa75..62ffdd69b6b486c54df16c56f30f78064c37ac38 100644 (file)
@@ -229,8 +229,6 @@ find_package(libuuid REQUIRED)
 
 find_package(libcurl REQUIRED)
 
-find_package(libcurl REQUIRED)
-
 option(USE_CRYPTOPP "Cryptopp is ON" ON)
 find_package(cryptopp)
 if(CRYPTOPP_FOUND)