Rename cmake option WITH_HTTPD to WITH_HTTP.
This commit is contained in:
parent
241383068c
commit
6812d22d63
2 changed files with 6 additions and 6 deletions
|
@ -93,7 +93,7 @@ if (NOT WIN32)
|
|||
endif()
|
||||
|
||||
|
||||
if (WITH_HTTPD)
|
||||
if (WITH_HTTP)
|
||||
set(HEADERS_BASE_HTTP
|
||||
src/3rdparty/http-parser/http_parser.h
|
||||
src/base/kernel/interfaces/IHttpListener.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue