summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-09-23 21:18:25 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-09-23 21:18:25 +0000
commit430a676dd05d60a427cdd6786b72bd8651444967 (patch)
tree3756fb1e2d1fd75057da5cf7cf2e8dd52d4d76a6 /qpid/cpp/src/CMakeLists.txt
parent21ea51552d12cfa09478db0ea427fc7244b7235a (diff)
downloadqpid-python-430a676dd05d60a427cdd6786b72bd8651444967.tar.gz
QPID-2926: Better solution for instantiating qpid::messaging::Handle<> specialisations
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/CMakeLists.txt')
-rw-r--r--qpid/cpp/src/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt
index 618fe3b9b4..45b93cd358 100644
--- a/qpid/cpp/src/CMakeLists.txt
+++ b/qpid/cpp/src/CMakeLists.txt
@@ -889,10 +889,6 @@ if (CMAKE_SYSTEM_NAME STREQUAL Windows)
windows/SCM.cpp
)
- set (qpidmessaging_platform_SOURCES
- qpid/messaging/HandleInstantiator.cpp
- )
-
else (CMAKE_SYSTEM_NAME STREQUAL Windows)
# POSIX (Non-Windows) platforms have a lot of overlap in sources; the only
@@ -990,9 +986,6 @@ else (CMAKE_SYSTEM_NAME STREQUAL Windows)
set (qpidd_platform_SOURCES
posix/QpiddBroker.cpp
)
-
- set (qpidmessaging_platform_SOURCES
- )
endif (CMAKE_SYSTEM_NAME STREQUAL Windows)
set (qpidcommon_SOURCES
@@ -1234,7 +1227,6 @@ set_source_files_properties(
COMPILE_FLAGS "${HIDE_SYMBOL_FLAGS}")
set (qpidmessaging_SOURCES
- ${qpidmessaging_platform_SOURCES}
${qpidmessaging_SOURCES_hidden}
qpid/messaging/Address.cpp
qpid/messaging/AddressParser.cpp # The functions in here are not in the public interface, but qmf uses them