From: Brad Hubbard Date: Mon, 7 Mar 2016 02:24:51 +0000 (+1000) Subject: cmake: Remove duplicate find_package libcurl line. X-Git-Tag: v10.1.0~214^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=11222c5c595861ef0284eb40d36a8f78fbbfa1e4;p=ceph.git cmake: Remove duplicate find_package libcurl line. Signed-off-by: Brad Hubbard --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 01fd4d2930b4..62ffdd69b6b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)