~singpolyma/biboumi

800d7df9aaff31b30f2762f5ae6d0dc0378ecef0 — Florent Le Coz 8 years ago 3d91835
Properly search for libbotan even in a botan-1.11 subdirectory
1 files changed, 2 insertions(+), 1 deletions(-)

M cmake/Modules/FindBotan.cmake
M cmake/Modules/FindBotan.cmake => cmake/Modules/FindBotan.cmake +2 -1
@@ 16,9 16,10 @@
# This file is in the public domain

find_path(BOTAN_INCLUDE_DIRS NAMES botan/botan.h
  PATH_SUFFIXES botan-1.11
  DOC "The botan include directory")

find_library(BOTAN_LIBRARIES NAMES botan
find_library(BOTAN_LIBRARIES NAMES botan botan-1.11
  DOC "The botan library")

# Use some standard module to handle the QUIETLY and REQUIRED arguments, and