]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
CMake - add check for libcurl
authorDaniel Gryniewicz <dang@fprintf.net>
Mon, 21 Sep 2015 15:50:45 +0000 (11:50 -0400)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:13:16 +0000 (16:13 -0800)
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net>
CMakeLists.txt

index 506d59c826f284708597205c6f0af7dd35ef5e48..65282030af5e79ed8005f466d0aec59c5837e5da 100644 (file)
@@ -219,6 +219,8 @@ 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)