From 410561a193858a8c9de1469f50eaa92aa1ea99aa 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/qpid@1430338 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/CMakeLists.txt | 2 +- cpp/src/tests/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp') diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index ab6827c1b7..87bf3abcaf 100644 --- a/cpp/src/CMakeLists.txt +++ b/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/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index 815b6d1dd6..d3ba1f5b65 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/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