[llvm] r175435 - Revert CMake version bump since we don't actually need 2.8.6 any more.
Tim Northover
Tim.Northover at arm.com
Mon Feb 18 03:53:37 PST 2013
Author: tnorthover
Date: Mon Feb 18 05:53:37 2013
New Revision: 175435
URL: http://llvm.org/viewvc/llvm-project?rev=175435&view=rev
Log:
Revert CMake version bump since we don't actually need 2.8.6 any more.
The problem call was removed in the interim. Apologies.
Modified:
llvm/trunk/CMakeLists.txt
Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=175435&r1=175434&r2=175435&view=diff
==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Mon Feb 18 05:53:37 2013
@@ -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.6)
+cmake_minimum_required(VERSION 2.8)
# Add path for custom modules
set(CMAKE_MODULE_PATH
More information about the llvm-commits
mailing list