1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

Add an option to let users choose libgcrypt

This commit is contained in:
Aris Adamantiadis
2009-09-25 23:31:48 +02:00
parent c70694c594
commit 74b7fb7bba
2 changed files with 13 additions and 6 deletions

View File

@ -5,3 +5,4 @@ option(WITH_SERVER "Build with SSH server support" ON)
option(WITH_STATIC_LIB "Build with a static library" OFF)
option(WITH_DEBUG_CRYPTO "Build with cryto debug output" OFF)
option(WITH_DEBUG_CALLTRACE "Build with calltrace debug output" ON)
option(WITH_GCRYPT "Compile against libgcrypt" OFF)