Raise CMake required version to 3.0
authorAlexander Galazin <alexander.galazin@arm.com>
Thu, 6 Jun 2019 07:25:19 +0000 (09:25 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 13 Jun 2019 07:28:08 +0000 (03:28 -0400)
SPIR-V Projects are raising CMake version to 3.0

Components: Framework

Affects: dEQP-VK.*, dEQP-GL*, dEQP-EGL.*

Change-Id: Ic281a482038684940926474a9cc0bca23d934ef9

CMakeLists.txt
external/openglcts/README.md
external/vulkancts/README.md

index f0985f2..4f25138 100644 (file)
@@ -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)
index 6b55d7e..f9994db 100644 (file)
@@ -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)
index 2d2d94f..34d1f3e 100644 (file)
@@ -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