X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=712535374c9e29ac95d5f4118d0a0a40c57a02bc;hb=2311400db89f8dd24cfc57d6f72328f539a9ce8d;hp=7ff95a019e777695b7bd49f50a8d33234cdc593f;hpb=0567c05fb6380d61bbbc6a9858ead4df82f2718d;p=umurmur.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ff95a0..7125353 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,8 @@ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH true) option(USE_POLARSSL_TESTCERT "Link to the PolarSSL test certificate and key." OFF) option(USE_POLARSSL_HAVEGE "Use the PolarSSL HAVEGE random generator key." OFF) +option(USE_SHAREDMEMORY_API "Compile with Sharedmemory API support" OFF) + if(USE_POLARSSL_TESTCERT OR USE_POLARSSL_HAVEGE) if(SSL MATCHES "openssl" OR SSL MATCHES "gnutls") message(FATAL_ERROR "Selecting USE_POLARSSL_TESTCERT or USE_POLARSSL_HAVEGE implies SSL=polarssl")