mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
Merge pull request #7972 from badone/wip-CMakeLists-dup-line
cmake: Remove duplicate find_package libcurl line. Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
37f3fc9ea4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user