4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-11 10:19:33 +00:00

Added botan-config-1.10 to list possible botan-config names

Such name is used on Fedora 20.
This commit is contained in:
Ivan Romanov 2014-01-01 21:26:43 +06:00
parent dc5af5c374
commit 94ab628411

@ -14,7 +14,7 @@
# libgcrypt is moving to pkg-config, but earlier version don't have it
#search in typical paths for libgcrypt-config
FIND_PROGRAM(BOTANCONFIG_EXECUTABLE NAMES botan-config)
FIND_PROGRAM(BOTANCONFIG_EXECUTABLE NAMES botan-config botan-config-1.10)
#reset variables
set(BOTAN_LIBRARIES)