From 7d3d9ff6dc3e13690fceb112594e1ee32a9d5ed4 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 26 Feb 2010 21:31:37 +0000 Subject: Small Hack to allow Windows to compile without error until the qmfv2 changes remove the ResilientConnection.cpp file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916824 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 62bab239be..a7078bea47 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -855,7 +855,6 @@ set (qmfengine_SOURCES qmf/engine/Protocol.h qmf/engine/QueryImpl.cpp qmf/engine/QueryImpl.h - qmf/engine/ResilientConnection.cpp qmf/engine/SequenceManager.cpp qmf/engine/SequenceManager.h qmf/engine/SchemaImpl.cpp @@ -863,6 +862,10 @@ set (qmfengine_SOURCES qmf/engine/ValueImpl.cpp qmf/engine/ValueImpl.h ) +if (NOT WIN32) + list(APPEND qmfengine_SOURCES qmf/engine/ResilientConnection.cpp) +endif (NOT WIN32) + add_library (qmfengine SHARED ${qmfengine_SOURCES}) target_link_libraries (qmfengine qpidclient) set_target_properties (qmfengine PROPERTIES -- cgit v1.2.1