]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: cmake: oath lives in liboath 22494/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 9 Jun 2018 11:43:27 +0000 (13:43 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Sun, 10 Jun 2018 14:21:41 +0000 (16:21 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
cmake/modules/FindOATH.cmake

index 3ffca40f203c2b825a001ab9e6826ff4f395d9aa..d9821fe3f66e429a355851a25c2f2be22dd4f431 100644 (file)
@@ -5,11 +5,10 @@
 # OATH_INCLUDE_DIRS
 # OATH_LIBRARIES
 find_path(OATH_INCLUDE_DIR
-  oath.h
+  liboath/oath.h
   PATHS
   /usr/include
-  /usr/local/include
-  /usr/include/liboath)
+  /usr/local/include)
 find_library(OATH_LIBRARY NAMES oath liboath PATHS
   /usr/local/lib
   /usr/lib)