From e1f29da76adfe804243d2fe805ccb1c394f03a3d Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Mon, 18 Jan 2016 11:38:01 +0100 Subject: [PATCH] script: Look for botan-1.11 in CMake setup --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 119ff75a..4b0ff70d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ set(EIGEN_ROOT $ENV{EIGEN_DIR}) # Botan ------------------------------------------------------------------------- -find_library(BOTAN botan $ENV{BOTAN_DIR}) +find_library(BOTAN botan-1.11 $ENV{BOTAN_DIR}) # Lib --------------------------------------------------------------------------