summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-11-20 16:03:24 +0000
committerGordon Sim <gsim@apache.org>2009-11-20 16:03:24 +0000
commit1e6a6af51121ad4dba7ea157f11b26d26323164d (patch)
tree6cc9a54e383fd59111212edf9be3d35e9e2a5c2b
parentbcb1bbced22813782bac32411895d184df9866f7 (diff)
downloadqpid-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
-rw-r--r--cpp/examples/messaging/CMakeLists.txt6
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)