diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2014-06-17 05:58:34 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2014-06-17 05:58:34 +0000 |
| commit | 2697d56b78841f84ba20cc1fc98b82e3a076b799 (patch) | |
| tree | 735a962cc130336d292a7eafb56c310a577248ab /cpp/src/amqp.cmake | |
| parent | 184c235e5f8dbacd57785557b1503003db8ee030 (diff) | |
| download | qpid-python-2697d56b78841f84ba20cc1fc98b82e3a076b799.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/qpid@1603064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/amqp.cmake')
| -rw-r--r-- | cpp/src/amqp.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/amqp.cmake b/cpp/src/amqp.cmake index 97da484a80..85617ec59c 100644 --- a/cpp/src/amqp.cmake +++ b/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 |
