summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/rdma.cmake
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2014-06-17 05:58:34 +0000
committerAndrew Stitcher <astitcher@apache.org>2014-06-17 05:58:34 +0000
commit80a69935f8a5ee35bfbe79668d4e299969ce6de2 (patch)
treebf21ce2b377b38a2faa497180d081603f0d2fb86 /qpid/cpp/src/rdma.cmake
parent82a54b464cf748227c011743b61ec9524eaffb8c (diff)
downloadqpid-python-80a69935f8a5ee35bfbe79668d4e299969ce6de2.tar.gz
QPID-5829: Rearrange CMake files to centralise some flags
- This means they can be used in the bindings. - It also means that individual modules do not have to specify to catch undefined symbols as this is the default beahviour now. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1603064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/rdma.cmake')
-rw-r--r--qpid/cpp/src/rdma.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/cpp/src/rdma.cmake b/qpid/cpp/src/rdma.cmake
index 7c0ec66bf9..9db06269af 100644
--- a/qpid/cpp/src/rdma.cmake
+++ b/qpid/cpp/src/rdma.cmake
@@ -65,7 +65,6 @@ if (BUILD_RDMA)
add_library (rdmawrap SHARED ${rdma_SOURCES})
target_link_libraries (rdmawrap qpidcommon rdmacm ibverbs)
set_target_properties (rdmawrap PROPERTIES
- LINK_FLAGS "${CATCH_UNDEFINED}"
VERSION ${rdmawrap_version}
SOVERSION ${rdmawrap_version_major})
if (CMAKE_COMPILER_IS_GNUCXX)
@@ -81,7 +80,6 @@ if (BUILD_RDMA)
target_link_libraries (rdma qpidbroker qpidcommon rdmawrap)
set_target_properties (rdma PROPERTIES
COMPILE_DEFINITIONS _IN_QPID_BROKER
- LINK_FLAGS "${CATCH_UNDEFINED}"
PREFIX "")
if (CMAKE_COMPILER_IS_GNUCXX)
@@ -96,7 +94,6 @@ if (BUILD_RDMA)
add_library (rdmaconnector MODULE qpid/client/RdmaConnector.cpp)
target_link_libraries (rdmaconnector qpidclient qpidcommon rdmawrap)
set_target_properties (rdmaconnector PROPERTIES
- LINK_FLAGS "${CATCH_UNDEFINED}"
PREFIX "")
if (CMAKE_COMPILER_IS_GNUCXX)