Commit 5860f70f387b42587fa3184ebfc50edc27885827
- Diff rendering mode:
- inline
- side by side
CMakeLists.txt
(4 / 1)
|   | |||
| 251 | 251 | ########################################################################## | |
| 252 | 252 | # Binary packages # | |
| 253 | 253 | ########################################################################## | |
| 254 | set(CPACK_PACKAGE_NAME "Boost C++ Libraries") | ||
| 254 | # | ||
| 255 | # CPACK_PACKAGE_NAME may not contain spaces when generating rpms | ||
| 256 | # | ||
| 257 | set(CPACK_PACKAGE_NAME "Boost") | ||
| 255 | 258 | set(CPACK_PACKAGE_VENDOR "Boost.org") | |
| 256 | 259 | set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Boost ${BOOST_VERSION} prerelease") | |
| 257 | 260 | set(CPACK_PACKAGE_FILE_NAME "boost-${BOOST_VERSION}-${BOOST_PLATFORM}-${BOOST_TOOLSET}") |

