Hi, (I consider myself user of both cmake and boost)
I'd like to report that I experienced problem while generating RPM binary package on F11, and cmake 2.8.0; output of rpmbuild.err in RPM build directory was as follows: $cat rpmbuild.err error: line 4: Tag takes single token only: Name: boost c++ libraries Quick hack to resolve this issue was to change line 261 of root CMakeLists.txt, in order to remove all white space in variable CPACK_PACKAGE_NAME to contain no spaces, i.e: set(CPACK_PACKAGE_NAME "Boost_C++_Libraries") Other than that, compile and installation went very smoothly :) best regards, Gordan PS, By mistake, I sent this message to cm...@cmake.org, and already have been instructed to open bug report at cmake.org (once more) best regards, Gordan _______________________________________________ Boost-cmake mailing list Boost-cmake@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-cmake