projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
069df95
)
cmake: update outdated CPack version info
author
Dylan Noblesmith
<nobled@dreamwidth.org>
Sat, 4 Feb 2012 02:52:48 +0000
(
02:52
+0000)
committer
Dylan Noblesmith
<nobled@dreamwidth.org>
Sat, 4 Feb 2012 02:52:48 +0000
(
02:52
+0000)
Left over from r116516.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149751
91177308
-0d34-0410-b5e6-
96231b3b80d8
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 1e7a4a340f6cd35e12fb84f1dbeaa99be5a11c5a..522c91c495ffda115c8213b6a9f727163ecf987c 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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)