You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2009/11/20 17:03:25 UTC

svn commit: r882627 - /qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt

Author: gsim
Date: Fri Nov 20 16:03:24 2009
New Revision: 882627

URL: http://svn.apache.org/viewvc?rev=882627&view=rev
Log:
QPID-2212: disable spout/drain under cmake until windows build issues are resolved

Modified:
    qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt?rev=882627&r1=882626&r2=882627&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt Fri Nov 20 16:03:24 2009
@@ -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)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org