|
Boost Interest : |
Subject: [Boost-cmake] bug in Boost 1.39 (svn)
From: Kito Berg-Taylor (kito.berg-taylor_at_[hidden])
Date: 2009-03-04 10:41:46
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:")