[PATCH] D23094: [libunwind] CMakeLists.txt cleanups: synchronize version and CMake minimum required version with rest of LLVM, consistent spacing.
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 7 21:53:05 PDT 2016
compnerd accepted this revision.
compnerd added a subscriber: hans.
This revision is now accepted and ready to land.
================
Comment at: CMakeLists.txt:5
@@ -4,3 +4,3 @@
-cmake_minimum_required(VERSION 2.8.8)
+cmake_minimum_required(VERSION 3.4.3)
----------------
Its unfortunate that this needs to happen before we can do additional processing as we could then only do this for standalone builds.
================
Comment at: CMakeLists.txt:61
@@ -60,3 +60,3 @@
set(PACKAGE_NAME libunwind)
- set(PACKAGE_VERSION 3.8.0svn)
+ set(PACKAGE_VERSION 4.0.0svn)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
----------------
Hmm, this worries me a bit. Does @hans' script need updating?
Repository:
rL LLVM
https://reviews.llvm.org/D23094
More information about the llvm-commits
mailing list