From e715379e49483f8200abec5bc7ff48f70d73a0cf Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 13 Mar 2014 15:09:17 +0100 Subject: Rename USE_LIBSODIUM and USE_OPENSSL cmake flags to ENABLE_LIBSODIUM and ENABLE_OPENSSL --- cmake/config.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmake/config.cmake') diff --git a/cmake/config.cmake b/cmake/config.cmake index 96b39bc..a678d4e 100644 --- a/cmake/config.cmake +++ b/cmake/config.cmake @@ -18,8 +18,8 @@ endif() set(WITH_CAPABILITIES ${LINUX} CACHE BOOL "Include support for POSIX capabilities") -set(USE_LIBSODIUM FALSE CACHE BOOL "Use libsodium instead of NaCl") -set(USE_OPENSSL FALSE CACHE BOOL "Use OpenSSL") +set(ENABLE_LIBSODIUM FALSE CACHE BOOL "Use libsodium instead of NaCl") +set(ENABLE_OPENSSL FALSE CACHE BOOL "Enable crypto implementations using OpenSSL") set(WITH_CMDLINE_USER TRUE CACHE BOOL "Include support for setting user/group related options on the command line") set(WITH_CMDLINE_LOGGING TRUE CACHE BOOL "Include support for setting logging related options on the command line") -- cgit v1.2.3