<div dir="ltr">Hi Keith,<div><br></div><div style>Makes sense to me. If I got it right, it'll break with 2.8.5 anyway, but I'll let others (non-Linux folks) chip in. </div><div style><br></div><div style>cheers,</div>
<div style>--renato</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 13 February 2013 15:01, Keith Walker <span dir="ltr"><<a href="mailto:keith.walker@arm.com" target="_blank">keith.walker@arm.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This patch updates the minimum version of cmake that is required from 2.8 to<br>
2.8.6 in order to take into account of new checks (check_cxx_symbol_exists)<br>
that were added in revision 174564<br>
<br>
Please review this simple patch (it is my first posting to the llvm-commits<br>
list so hopefully I have followed the correct layout/format for patch<br>
postings).<br>
<br>
Keith<br>
<br>
Index: CMakeLists.txt<br>
===================================================================<br>
--- CMakeLists.txt (revision 174674)<br>
+++ CMakeLists.txt (working copy)<br>
@@ -1,7 +1,7 @@<br>
# See docs/CMake.html for instructions about how to build LLVM with CMake.<br>
<br>
project(LLVM)<br>
-cmake_minimum_required(VERSION 2.8)<br>
+cmake_minimum_required(VERSION 2.8.6)<br>
<br>
# Add path for custom modules<br>
set(CMAKE_MODULE_PATH<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>