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:
+1
-1
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user