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
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake