diff options
| author | Ted Ross <tross@apache.org> | 2011-02-16 13:54:50 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-02-16 13:54:50 +0000 |
| commit | 38f09eecfcca3f5e1f1e9eb9ab7b51866e5a91d7 (patch) | |
| tree | 7183275379b78c83f52a8b8e7fe5e661cb46b7d6 /qpid/cpp/src/tests | |
| parent | 12ef7d5b11dac2b2a9a00d3df4bd89eaffbf795d (diff) | |
| download | qpid-python-38f09eecfcca3f5e1f1e9eb9ab7b51866e5a91d7.tar.gz | |
QPID-3061 - Added missing xqilla and Boost definitions to cmake
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1071252 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt index 5f0d5a883c..3b3b232671 100644 --- a/qpid/cpp/src/tests/CMakeLists.txt +++ b/qpid/cpp/src/tests/CMakeLists.txt @@ -62,7 +62,7 @@ endif (MSVC) # Like this to work with cmake 2.4 on Unix set (qpid_test_boost_libs - ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}) + ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY} ${Boost_SYSTEM_LIBRARY}) # Macro to make it easier to remember where the tests are built macro(remember_location testname) |
