summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--louloulibs/cmake/Modules/FindBOTAN.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/louloulibs/cmake/Modules/FindBOTAN.cmake b/louloulibs/cmake/Modules/FindBOTAN.cmake
index a12bd35..75f17dd 100644
--- a/louloulibs/cmake/Modules/FindBOTAN.cmake
+++ b/louloulibs/cmake/Modules/FindBOTAN.cmake
@@ -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