Author: shuston
Date: Mon Dec 14 21:33:16 2009
New Revision: 890487
URL: http://svn.apache.org/viewvc?rev=890487&view=rev
Log:
Remove stray comma; resolving QPID-2202
Modified:
qpid/trunk/qpid/cpp/src/CMakeLists.txt
Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/CMakeLists.txt?rev=890487&r1=890486&r2=890487&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Mon Dec 14 21:33:16 2009
@@ -166,7 +166,7 @@
# 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)
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]