diff options
author | Daniel Palmer <danieruru@gmail.com> | 2014-05-20 16:33:41 +0900 |
---|---|---|
committer | Daniel Palmer <danieruru@gmail.com> | 2014-05-20 16:33:41 +0900 |
commit | f71a545ce9bd0835ddd2382f4553fcdc2407d72b (patch) | |
tree | 62e409473994cab551b8d5917e0ba2ce6a3ed66b /cmake | |
parent | 8e10ce6cc4810debb06672eb072b7a33e173c816 (diff) |
- Fix the mhash cmake file for Debian/armhf
- Proposed single line solution to handle flash struct changes
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindMhash.cmake | 1 |
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) |