]> granicus.if.org Git - clang/commitdiff
[CMake] Update to requiring CMake 3.4.3
authorChris Bieneman <beanz@apple.com>
Tue, 31 May 2016 20:21:38 +0000 (20:21 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 31 May 2016 20:21:38 +0000 (20:21 +0000)
Summary:
This is as per the discussions on developer lists:

http://lists.llvm.org/pipermail/llvm-dev/2016-April/098780.html
http://lists.llvm.org/pipermail/llvm-dev/2016-May/100058.html

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D20823

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271326 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt
tools/scan-build-py/tests/functional/exec/CMakeLists.txt

index 66f902209c1ca467202567bd0fdd6bf5d35b55b0..f84ae47cb5f6f7f45db6aa35d8e6a5d54e4e5663 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.8)
+cmake_minimum_required(VERSION 3.4.3)
 
 # FIXME: It may be removed when we use 2.8.12.
 if(CMAKE_VERSION VERSION_LESS 2.8.12)
index 6e5d2e966184dd70083b9a4360140a632811f414..42ee1d11db828a41a8ee43725b90f6d3434262ca 100644 (file)
@@ -1,6 +1,6 @@
 project(exec C)
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.4.3)
 
 include(CheckCCompilerFlag)
 check_c_compiler_flag("-std=c99" C99_SUPPORTED)