X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeConfig.txt;h=d8afcaefc3ceae4cee6a09a0eacb45d0eb0b67e4;hb=6e732f43b86a64b49fbb02d2b5da1a1a1152ddb9;hp=608de5618ea21f01a3567a029b8873cebc643200;hpb=b0e9a6474941f4222fc15bf431c4be9474f8dee1;p=awesomized%2Flibmemcached diff --git a/CMakeConfig.txt b/CMakeConfig.txt index 608de561..d8afcaef 100644 --- a/CMakeConfig.txt +++ b/CMakeConfig.txt @@ -20,7 +20,7 @@ endif() if(${CMAKE_VERSION} VERSION_LESS "3.12") set(TARGET_NAMELINK_COMPONENT "") else() - set(TARGET_NAMELINK_COMPONENT NAMELINK_COMPONENT dev) + set(TARGET_NAMELINK_COMPONENT NAMELINK_COMPONENT dev DESTINATION ${CMAKE_INSTALL_LIBDIR}) endif() option(BUILD_TESTING "whether to enable build of the test suite" @@ -65,6 +65,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}"