Skip to content
Snippets Groups Projects
Commit 8433e247 authored by dp770's avatar dp770 Committed by GitHub
Browse files

Env variable "MICROHTTPD_ROOT" is ignored by cmake

Fixing bug in CMakeLists.txt preventing to pick up microhttpd library root as defined in environment variable "MICROHTTPD_ROOT"
Example: "export MICROHTTPD_ROOT=/opt/gnu/libmicrohttpd-0.9.55" will be ignored without this fix
parent 3c4b00fa
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ if(MICROHTTPD_ENABLE)
/usr/local
/usr
ENV "PROGRAMFILES(X86)"
ENV "HWLOC_ROOT"
ENV "MICROHTTPD_ROOT"
PATH_SUFFIXES
include)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment