From 406f56e32fbd5bca15dc86f3124c3d6fbc51e33e Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Thu, 12 Dec 2013 16:13:34 +0000 Subject: QPID-5402 Disable default build of linearstore in cmake git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1550445 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/linearstore.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qpid/cpp/src/linearstore.cmake b/qpid/cpp/src/linearstore.cmake index a42b94699c..65e65107ee 100644 --- a/qpid/cpp/src/linearstore.cmake +++ b/qpid/cpp/src/linearstore.cmake @@ -45,8 +45,8 @@ else (DEFINED linearstore_force) # # allow linearstore to be built # - message(STATUS "BerkeleyDB for C++, libaio and uuid found, Linearstore support enabled") - set (linearstore_default ON) + message(STATUS "BerkeleyDB for C++, libaio and uuid found, Linearstore support may be enabled (currently experimental and disabled by default)") + set (linearstore_default OFF) # Temporarily disabled else (HAVE_UUID AND HAVE_UUID_H) if (NOT HAVE_UUID) message(STATUS "Linearstore requires uuid which is absent.") -- cgit v1.2.1