From 1e6a6af51121ad4dba7ea157f11b26d26323164d Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 20 Nov 2009 16:03:24 +0000 Subject: 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 --- cpp/examples/messaging/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpp') 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) -- cgit v1.2.1