Commit df782a73 by Nicolas Capens Committed by Nicolas Capens

Increase CMake version requirement to 3.6.3

LLVM 7.0 already demands 3.4.3, and 3.6 improved Ninja support. Bug: b/139189696 Change-Id: Ic94b6828e686646198d08bdd9bd886caa56a51df Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/31770Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAntonio Maiorano <amaiorano@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent caf67c37
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 3.6.3)
project(SwiftShader C CXX ASM) project(SwiftShader C CXX ASM)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment