summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindMhash.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/FindMhash.cmake b/cmake/FindMhash.cmake
index eeeab3f..ab088cf 100644
--- a/cmake/FindMhash.cmake
+++ b/cmake/FindMhash.cmake
@@ -19,6 +19,7 @@ FIND_LIBRARY(MHASH_LIBRARY_PATH
/usr/local/lib
/sw/lib
/opt/local/lib
+ /usr/lib/arm-linux-gnueabihf/
NO_DEFAULT_PATH)
IF(MHASH_INCLUDE_PATH)