diff options
author | Gordon Sim <gsim@apache.org> | 2009-11-20 16:03:24 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-11-20 16:03:24 +0000 |
commit | 1e6a6af51121ad4dba7ea157f11b26d26323164d (patch) | |
tree | 6cc9a54e383fd59111212edf9be3d35e9e2a5c2b /cpp/examples | |
parent | bcb1bbced22813782bac32411895d184df9866f7 (diff) | |
download | qpid-python-1e6a6af51121ad4dba7ea157f11b26d26323164d.tar.gz |
QPID-2212: disable spout/drain under cmake until windows build issues are resolved
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@882627 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
-rw-r--r-- | cpp/examples/messaging/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/examples/messaging/CMakeLists.txt b/cpp/examples/messaging/CMakeLists.txt index d1f9db133d..7c023e602a 100644 --- a/cpp/examples/messaging/CMakeLists.txt +++ b/cpp/examples/messaging/CMakeLists.txt @@ -17,8 +17,10 @@ # under the License. # -add_example(messaging drain ${Boost_PROGRAM_OPTIONS_LIBRARY}) -add_example(messaging spout ${Boost_PROGRAM_OPTIONS_LIBRARY}) +# disabling spout & drain under cmake until build issues on windows +# are resolved (QPID-2212): +#add_example(messaging drain ${Boost_PROGRAM_OPTIONS_LIBRARY}) +#add_example(messaging spout ${Boost_PROGRAM_OPTIONS_LIBRARY}) add_example(messaging queue_receiver) add_example(messaging queue_sender) |