mirror of
https://github.com/ceph/ceph
synced 2025-02-17 16:07:37 +00:00
CMake - add check for libcurl
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net>
This commit is contained in:
parent
6a40350736
commit
d97718d4e6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user