~singpolyma/biboumi

5e33b6184a842e2a2a7cff368c974edf496fb608 — louiz’ 7 years ago 3ae4937
Look for botan-2 in addition to botan-1.11
1 files changed, 2 insertions(+), 2 deletions(-)

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

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

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

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