diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-12-14 21:33:16 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-12-14 21:33:16 +0000 |
| commit | f53545182f2dca596b81f5010338fae88db91bd5 (patch) | |
| tree | 849804e09142a9baca792030e953d9ad13c47ce8 | |
| parent | 65edcc252e143b9000c9a9b2a4643e112d10add3 (diff) | |
| download | qpid-python-f53545182f2dca596b81f5010338fae88db91bd5.tar.gz | |
Remove stray comma; resolving QPID-2202
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@890487 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index f09d4a8ad9..8de4e01e6e 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -166,7 +166,7 @@ endif(NOT Boost_FOUND) # Boost.system was introduced at Boost 1.35; it's needed secondarily by other # Boost libs Qpid needs, so be sure it's there. if (NOT Boost_VERSION LESS 103500) - find_library(Boost_SYSTEM_LIBRARY, boost_system ${Boost_LIBRARY_DIRS}) + find_library(Boost_SYSTEM_LIBRARY boost_system ${Boost_LIBRARY_DIRS}) if (NOT Boost_SYSTEM_LIBRARY) message(FATAL_ERROR "Boost.system library not found. Please install or try setting BOOST_ROOT") endif (NOT Boost_SYSTEM_LIBRARY) |
