Rename cmake option WITH_HTTPD to WITH_HTTP.

This commit is contained in:
XMRig 2019-04-09 02:27:19 +07:00
parent 241383068c
commit 6812d22d63
2 changed files with 6 additions and 6 deletions

View file

@ -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