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