CMake - add check for libcurl

Signed-off-by: Daniel Gryniewicz <dang@fprintf.net>
This commit is contained in:
Daniel Gryniewicz 2015-09-21 11:50:45 -04:00 committed by Yehuda Sadeh
parent 6a40350736
commit d97718d4e6

View 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)