diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2013-12-17 14:57:13 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2013-12-17 14:57:13 +0000 |
| commit | 884548a3cc540813990937edf1532887e4d23cab (patch) | |
| tree | 70f5c129b00db757719b768decc3973bd5bbeb8d /qpid/cpp/examples | |
| parent | 43aaf98a4dcb838b0dbe7d94533bb5dee72122cb (diff) | |
| download | qpid-python-884548a3cc540813990937edf1532887e4d23cab.tar.gz | |
NO_JIRA: Roll back change to CMakeLists.txt in which a test example was added which is not part of the build.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
| -rw-r--r-- | qpid/cpp/examples/messaging/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/cpp/examples/messaging/CMakeLists.txt b/qpid/cpp/examples/messaging/CMakeLists.txt index cb56151cc0..5481f2f0bf 100644 --- a/qpid/cpp/examples/messaging/CMakeLists.txt +++ b/qpid/cpp/examples/messaging/CMakeLists.txt @@ -51,10 +51,6 @@ add_messaging_example(client) add_messaging_example(server) add_messaging_example(server_reconnect) -add_executable(qc2_spout qc2_spout.cpp Formatter.cpp Utils.cpp OptionParser.cpp) -set_target_properties(qc2_spout PROPERTIES OUTPUT_NAME qc2_spout) -target_link_libraries(qc2_spout qpidmessaging qpidtypes ${_boost_libs_needed}) - # These don't need Boost or OptionParser add_executable(hello_world hello_world.cpp) set_target_properties(hello_world PROPERTIES OUTPUT_NAME hello_world) |
