mirror of
https://github.com/liudf0716/apfree_wifidog.git
synced 2025-01-09 04:19:10 +08:00
delete curl depends
This commit is contained in:
parent
b2f45ef76e
commit
33f0b03f0d
@ -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!")
|
||||
|
Loading…
Reference in New Issue
Block a user