[PATCH] D20823: [CMake] Update to retiring CMake 3.4.3
Chris Bieneman via cfe-commits
cfe-commits at lists.llvm.org
Tue May 31 11:12:31 PDT 2016
beanz created this revision.
beanz added a subscriber: cfe-commits.
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
http://reviews.llvm.org/D20823
Files:
CMakeLists.txt
tools/scan-build-py/tests/functional/exec/CMakeLists.txt
Index: tools/scan-build-py/tests/functional/exec/CMakeLists.txt
===================================================================
--- tools/scan-build-py/tests/functional/exec/CMakeLists.txt
+++ tools/scan-build-py/tests/functional/exec/CMakeLists.txt
@@ -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)
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20823.59094.patch
Type: text/x-patch
Size: 756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160531/d9a048df/attachment.bin>
More information about the cfe-commits
mailing list