From 423c8948717cdb764ea43f633aa93270ea5f9b1f Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Tue, 8 Jan 2013 15:48:00 +0000 Subject: QPID-1726 ASF licensed Qpid store - disable building this component git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1430338 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/CMakeLists.txt | 2 +- qpid/cpp/src/tests/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index ab6827c1b7..87bf3abcaf 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -1479,7 +1479,7 @@ install_pdb (qmfconsole ${QPID_COMPONENT_QMF}) # # Legacy store # -include (legacystore.cmake) +#include (legacystore.cmake) # This is only really needed until all the trunk builds (Linux, UNIX, Windows) # are all on cmake only. This is because cmake builds always have a config.h diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt index 815b6d1dd6..d3ba1f5b65 100644 --- a/qpid/cpp/src/tests/CMakeLists.txt +++ b/qpid/cpp/src/tests/CMakeLists.txt @@ -348,4 +348,4 @@ add_library (dlclose_noop MODULE dlclose_noop.c) # # legacystore # -add_subdirectory(legacystore) +#add_subdirectory(legacystore) -- cgit v1.2.1