From 11222c5c595861ef0284eb40d36a8f78fbbfa1e4 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Mon, 7 Mar 2016 12:24:51 +1000 Subject: [PATCH] cmake: Remove duplicate find_package libcurl line. Signed-off-by: Brad Hubbard --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.47.3