I just saw that.  Fixed.  Thanks.

-t

Kito Berg-Taylor wrote:
In the current svn version of boost there appears to be a mistake in the
root CMakeLists.txt file. There is an errant "c" on line 51. Patch
included below. (Ironic location for a bug :-P)

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt      (revision 51607)
+++ CMakeLists.txt      (working copy)
@@ -51,7 +51,7 @@
 message(STATUS " Subscribe to the mailing list:")
 message(STATUS "
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake";)
 message(STATUS "")
-message(STATUS " NOTE:  Please ask questions about this build system on
the boost-cmake list,")c
+message(STATUS " NOTE:  Please ask questions about this build system on
the boost-cmake list,")
 message(STATUS "        not on other boost lists.")
 message(STATUS "")
 message(STATUS " And/or check the archives:")
_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to