Fixing cmake MHD_INCLUDE_DIR to correspond with README; adding missing headers to Options/FileLog to compile on MSVC 2017 Win64
This commit is contained in:
parent
1961dcf824
commit
de7c57fd2f
3 changed files with 4 additions and 2 deletions
|
@ -221,7 +221,7 @@ if (WITH_HTTPD)
|
|||
find_package(MHD)
|
||||
|
||||
if (MHD_FOUND)
|
||||
include_directories(${MHD_INCLUDE_DIRS})
|
||||
include_directories(${MHD_INCLUDE_DIR})
|
||||
set(HTTPD_SOURCES src/api/Httpd.h src/api/Httpd.cpp)
|
||||
else()
|
||||
message(FATAL_ERROR "microhttpd NOT found: use `-DWITH_HTTPD=OFF` to build without http deamon support")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue