diff options
| author | Ted Ross <tross@apache.org> | 2012-12-03 17:10:40 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2012-12-03 17:10:40 +0000 |
| commit | e11e1af77c87794306a38852d25bf0a5d93dca3a (patch) | |
| tree | 7c0336b2ac3878ca0961bc01b5af030a5c3da070 /cpp/src/ssl.cmake | |
| parent | 1acd1018fac8eb58c9edffcc4171ace8f8c37417 (diff) | |
| download | qpid-python-e11e1af77c87794306a38852d25bf0a5d93dca3a.tar.gz | |
QPID_4449 - Further fixes to the build files for both automake and cmake.
Fixed some build issues affecting Windows.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1416594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/ssl.cmake')
| -rw-r--r-- | cpp/src/ssl.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/ssl.cmake b/cpp/src/ssl.cmake index 1670e70209..b7ad58b9f0 100644 --- a/cpp/src/ssl.cmake +++ b/cpp/src/ssl.cmake @@ -90,7 +90,8 @@ if (BUILD_SSL) target_link_libraries (ssl qpidbroker sslcommon ${Boost_PROGRAM_OPTIONS_LIBRARY}) set_target_properties (ssl PROPERTIES PREFIX "" - COMPILE_FLAGS "${NSS_COMPILE_FLAGS} -D_IN_QPID_BROKER") + COMPILE_FLAGS "${NSS_COMPILE_FLAGS}" + COMPILE_DEFINITIONS _IN_QPID_BROKER) if (CMAKE_COMPILER_IS_GNUCXX) set_target_properties(ssl PROPERTIES LINK_FLAGS "${GCC_CATCH_UNDEFINED}") |
