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 | 59864976b7bfacbf4a75652a4007b24e5c56b596 (patch) | |
| tree | 19a04e09fbac9400fbdc11eaabe02f34a77d1fdc /cpp/src/tests | |
| parent | 65c42fa4073ee8d5de648540a2a5601ff4ebdbf4 (diff) | |
| download | qpid-python-59864976b7bfacbf4a75652a4007b24e5c56b596.tar.gz | |
QPID-3061 - Added missing xqilla and Boost definitions to cmake
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1071252 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index 5f0d5a883c..3b3b232671 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/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) |
