summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-12-08 20:51:27 +0100
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-12-08 20:51:27 +0100
commit75409342d537d9069e14f7cc8b4141bc75876a76 (patch)
tree9f221870aacab73a8b8775bec40301a50f290664 /CMakeLists.txt
parentb7158fc8a63d44d7b976f9a17d62f0b01c45ddc8 (diff)
downloadxmr-stak-75409342d537d9069e14f7cc8b4141bc75876a76.zip
xmr-stak-75409342d537d9069e14f7cc8b4141bc75876a76.tar.gz
CMake: fix wrong variable name
change `MICROHTTPD_ROOT` to `HWLOC_ROOT` within the hwlock section thx @maztheman for spotting the bug
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9540d7a..b8f1eef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -348,7 +348,7 @@ if(HWLOC_ENABLE)
/usr/local
/usr
ENV "PROGRAMFILES(X86)"
- ENV "MICROHTTPD_ROOT"
+ ENV "HWLOC_ROOT"
PATH_SUFFIXES
include)
OpenPOWER on IntegriCloud