cmake: Enable ECC support for GCrypt 1.5.0 or newer.

This commit is contained in:
Andreas Schneider
2012-02-04 20:10:04 +01:00
parent ddcfe95bbd
commit 3e83bc665f
3 changed files with 9 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ if (WITH_ZLIB)
endif (WITH_ZLIB)
if (WITH_GCRYPT)
find_package(GCrypt REQUIRED)
find_package(GCrypt 1.5.0 REQUIRED)
if (NOT GCRYPT_FOUND)
message(FATAL_ERROR "Could not find GCrypt")
endif (NOT GCRYPT_FOUND)