1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

cmake: update outdated CPack version info

Left over from r116516.

llvm-svn: 149751
This commit is contained in:
Dylan Noblesmith 2012-02-04 02:52:48 +00:00
parent 2692a852bb
commit c8bde62fa5

View File

@ -411,8 +411,8 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/
# TODO: make and install documentation.
set(CPACK_PACKAGE_VENDOR "LLVM")
set(CPACK_PACKAGE_VERSION_MAJOR 2)
set(CPACK_PACKAGE_VERSION_MINOR 9)
set(CPACK_PACKAGE_VERSION_MAJOR 3)
set(CPACK_PACKAGE_VERSION_MINOR 1)
add_version_info_from_vcs(CPACK_PACKAGE_VERSION_PATCH)
include(CPack)