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 | 410561a193858a8c9de1469f50eaa92aa1ea99aa (patch) | |
| tree | 2716f9f15fcf74bd3a7ace8f0bf11aa96ee59a51 /cpp | |
| parent | a98af00aff69936b65670ab4a013c4ae327c1756 (diff) | |
| download | qpid-python-410561a193858a8c9de1469f50eaa92aa1ea99aa.tar.gz | |
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
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | cpp/src/tests/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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) |
