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 --------------------------------------------------------------------------