1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

core: stop cmake if gcrypt lib is not found (bug #37671)

This commit is contained in:
Sebastien Helleu
2012-11-06 15:01:56 +01:00
parent a176d352e3
commit e8ab9ba18d
4 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ IF(ENABLE_NLS)
ENDIF(ENABLE_NLS)
# Check for libgcrypt
FIND_PACKAGE(Gcrypt REQUIRED)
FIND_PACKAGE(GCRYPT REQUIRED)
ADD_DEFINITIONS(-DHAVE_GCRYPT)
LIST(APPEND EXTRA_LIBS ${GCRYPT_LDFLAGS})