From bd3f2c086fe0072817a1f6ac005f0a4475bd7e15 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Thu, 6 Jun 2019 09:25:19 +0200 Subject: [PATCH] Raise CMake required version to 3.0 SPIR-V Projects are raising CMake version to 3.0 Components: Framework Affects: dEQP-VK.*, dEQP-GL*, dEQP-EGL.* Change-Id: Ic281a482038684940926474a9cc0bca23d934ef9 --- CMakeLists.txt | 2 +- external/openglcts/README.md | 2 +- external/vulkancts/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0985f2..4f25138 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # dEQP cmake file # Module FindGit requires cmake >= 2.8.2 -cmake_minimum_required(VERSION 2.8.2) +cmake_minimum_required(VERSION 3.0) find_package(Git) find_package(PythonInterp 3) diff --git a/external/openglcts/README.md b/external/openglcts/README.md index 6b55d7e..f9994db 100644 --- a/external/openglcts/README.md +++ b/external/openglcts/README.md @@ -99,7 +99,7 @@ the Standard Template Library (STL). Configuring and Building the Tests ------------------------ The CTS is built via CMake build system. The requirements for the build are as follows: -- CMake 2.8 (3.6 for Android NDK r17+ builds) or newer +- CMake 3.0 (3.6 for Android NDK r17+ builds) or newer - C++ compiler with STL and exceptions support - Unix: Make + GCC / Clang - Windows: Visual Studio or Windows SDK (available free-of-charge) diff --git a/external/vulkancts/README.md b/external/vulkancts/README.md index 2d2d94f..34d1f3e 100644 --- a/external/vulkancts/README.md +++ b/external/vulkancts/README.md @@ -16,7 +16,7 @@ The following tools must be installed and present in the PATH variable: * Git (for checking out sources) * Python 3.x (for the build related scripts, some other scripts still use Python 2.7.x) - * CMake 2.8 (3.6 for Android NDK r17+ builds) or newer + * CMake 3.0 (3.6 for Android NDK r17+ builds) or newer ### Win32 -- 2.7.4