diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-01-08 15:48:00 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-01-08 15:48:00 +0000 |
| commit | 423c8948717cdb764ea43f633aa93270ea5f9b1f (patch) | |
| tree | c5f6aca62b039c485fe93dc516a150f2c8bd447b /qpid/cpp/src | |
| parent | abcc443079f361c739fe4bb0579b94949ffda2b3 (diff) | |
| download | qpid-python-423c8948717cdb764ea43f633aa93270ea5f9b1f.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | qpid/cpp/src/tests/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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) |
