X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeConfig.txt;h=2a8617f1ad0614b44caf09b523dd1d41ab0849bf;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=973ff8244d2cb0ebca052a0afdbec135fa8f129e;hpb=47e39907785cefb1dd9b5c2284681919d644bdf5;p=awesomized%2Flibmemcached diff --git a/CMakeConfig.txt b/CMakeConfig.txt index 973ff824..2a8617f1 100644 --- a/CMakeConfig.txt +++ b/CMakeConfig.txt @@ -23,6 +23,11 @@ else() set(TARGET_NAMELINK_COMPONENT NAMELINK_COMPONENT dev DESTINATION ${CMAKE_INSTALL_LIBDIR}) endif() +set(CLIENT_PREFIX mem + CACHE STRING "client prefix (default mem; i.e.: memstat, memcp, memcat ...)") + +option(BUILD_SHARED_LIBS "whether to build shared libraries" + ON) option(BUILD_TESTING "whether to enable build of the test suite" $ENV{BUILD_TESTING}) option(BUILD_DOCSONLY "build *only* documentation" @@ -65,6 +70,9 @@ if(NOT DEFINED ENV{ENABLE_MEMASLAP}) endif() option(ENABLE_MEMASLAP "enable memaslap client" $ENV{ENABLE_MEMASLAP}) +option(ENABLE_OPENSSL_CRYPTO + "enable OpenSSL's libcrypto instead of bundled AES implementation" + $ENV{ENABLE_OPENSSL_CRYPTO}) if(BUILD_TESTING) set(MEMCACHED_BINARY "$ENV{MEMCACHED_BINARY}"