[PATCH] Update minimum required version of cmake
Renato Golin
renato.golin at linaro.org
Wed Feb 13 15:25:55 PST 2013
Hi Keith,
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.
cheers,
--renato
On 13 February 2013 15:01, Keith Walker <keith.walker at arm.com> wrote:
> This patch updates the minimum version of cmake that is required from 2.8
> to
> 2.8.6 in order to take into account of new checks (check_cxx_symbol_exists)
> that were added in revision 174564
>
> Please review this simple patch (it is my first posting to the llvm-commits
> list so hopefully I have followed the correct layout/format for patch
> postings).
>
> Keith
>
> Index: CMakeLists.txt
> ===================================================================
> --- CMakeLists.txt (revision 174674)
> +++ CMakeLists.txt (working copy)
> @@ -1,7 +1,7 @@
> # See docs/CMake.html for instructions about how to build LLVM with CMake.
>
> project(LLVM)
> -cmake_minimum_required(VERSION 2.8)
> +cmake_minimum_required(VERSION 2.8.6)
>
> # Add path for custom modules
> set(CMAKE_MODULE_PATH
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130213/00b36bfc/attachment.html>
More information about the llvm-commits
mailing list