[PATCH] D20823: [CMake] Update to retiring CMake 3.4.3
Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 31 13:28:19 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL271326: [CMake] Update to requiring CMake 3.4.3 (authored by cbieneman).
Changed prior to commit:
http://reviews.llvm.org/D20823?vs=59094&id=59122#toc
Repository:
rL LLVM
http://reviews.llvm.org/D20823
Files:
cfe/trunk/CMakeLists.txt
cfe/trunk/tools/scan-build-py/tests/functional/exec/CMakeLists.txt
Index: cfe/trunk/CMakeLists.txt
===================================================================
--- cfe/trunk/CMakeLists.txt
+++ cfe/trunk/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)
Index: cfe/trunk/tools/scan-build-py/tests/functional/exec/CMakeLists.txt
===================================================================
--- cfe/trunk/tools/scan-build-py/tests/functional/exec/CMakeLists.txt
+++ cfe/trunk/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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20823.59122.patch
Type: text/x-patch
Size: 816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160531/ae4132a5/attachment.bin>
More information about the cfe-commits
mailing list