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:
42536af
)
CMake should join the party in a post 3.0 world. ;] This brings CMake's
author
Chandler Carruth
<chandlerc@gmail.com>
Sat, 5 Nov 2011 21:18:59 +0000
(21:18 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Sat, 5 Nov 2011 21:18:59 +0000
(21:18 +0000)
version in-line with the configure-based version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143834
91177308
-0d34-0410-b5e6-
96231b3b80d8
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 2a5a33a1f1868b29cc13578835922798f2526cb4..77cd5fa305fbe464e7c20482cbece7eb17fcb0ca 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-10,7
+10,7
@@
set(CMAKE_MODULE_PATH
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
)
-set(PACKAGE_VERSION "3.
0
")
+set(PACKAGE_VERSION "3.
1svn
")
set_property(GLOBAL PROPERTY USE_FOLDERS ON)