summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/amqp.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/amqp.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/amqp.cmake')
-rw-r--r--qpid/cpp/src/amqp.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/amqp.cmake b/qpid/cpp/src/amqp.cmake
index 97da484a80..85617ec59c 100644
--- a/qpid/cpp/src/amqp.cmake
+++ b/qpid/cpp/src/amqp.cmake
@@ -104,7 +104,6 @@ if (BUILD_AMQP)
target_link_libraries (amqp qpidtypes qpidbroker qpidcommon ${Proton_LIBRARIES})
set_target_properties (amqp PROPERTIES
PREFIX ""
- LINK_FLAGS "${CATCH_UNDEFINED}"
COMPILE_DEFINITIONS _IN_QPID_BROKER)
install (TARGETS amqp