script: Look for botan-1.11 in CMake setup

This commit is contained in:
Eberhard Graether
2016-01-18 11:42:32 +01:00
parent 8be7886c7a
commit e1f29da76a
+1 -1
View File
@@ -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 --------------------------------------------------------------------------