Skip to content
Snippets Groups Projects
Commit 2b2c7b9c authored by Dylan Noblesmith's avatar Dylan Noblesmith
Browse files

cmake: update outdated CPack version info

Left over from r116516.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149751 91177308-0d34-0410-b5e6-96231b3b80d8
parent 069df954
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment