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 | c9db09b8de12d3c73d9854945236271cd2cb8516 (patch) | |
| tree | 02305f7e61924b7ca8a4971e045b8e96b07fec54 /qpid/cpp | |
| parent | 67af088cf8357c1c488669da3334c2c67ad032f1 (diff) | |
| download | qpid-python-c9db09b8de12d3c73d9854945236271cd2cb8516.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@882627 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/examples/messaging/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/cpp/examples/messaging/CMakeLists.txt b/qpid/cpp/examples/messaging/CMakeLists.txt index d1f9db133d..7c023e602a 100644 --- a/qpid/cpp/examples/messaging/CMakeLists.txt +++ b/qpid/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) |
