X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=712535374c9e29ac95d5f4118d0a0a40c57a02bc;hb=0f96d841842a2f4adaaf9b271dc3f3e24fa5b009;hp=7ff95a019e777695b7bd49f50a8d33234cdc593f;hpb=f6d844d1999080359046790022dc820cb247cc23;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")