delete curl depends

This commit is contained in:
liudengfeng 2018-08-20 14:42:01 +08:00
parent b2f45ef76e
commit 33f0b03f0d
2 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,6 @@ project(ApFreeWiFidog C)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
find_package(CURL)
if(NOT CURL_FOUND)
message(FATAL_ERROR "libcurl not found!")
endif(NOT CURL_FOUND)
find_package(LibEvent)
if(NOT LibEvent_FOUND)
message(FATAL_ERROR "libevent2 not found!")