Skip to content

Commit

Permalink
Add hint to look for KVTree in ${WITH_KVTREE_PREFIX}/lib64
Browse files Browse the repository at this point in the history
On Fedora 30, the KVTree libs get installed to
${WITH_KVTREE_PREFIX}/lib64 instead of ${WITH_KVTREE_PREFIX}/lib.
Add a hint for the lib64 directory as well.
  • Loading branch information
tonyhutter authored and gonsie committed Jun 14, 2019
1 parent 4731f99 commit 598b74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindKVTREE.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FIND_PATH(WITH_KVTREE_PREFIX

FIND_LIBRARY(KVTREE_LIBRARIES
NAMES kvtree
HINTS ${WITH_KVTREE_PREFIX}/lib
HINTS ${WITH_KVTREE_PREFIX}/lib ${WITH_KVTREE_PREFIX}/lib64
)

FIND_PATH(KVTREE_INCLUDE_DIRS
Expand Down

0 comments on commit 598b74e

Please sign in to comment.