Update to cmake 3.22.1 Change-Id: Icd11dcc2b5892c861902958c4eb9d44d3ce32aa4 Bug: crbug.com/385728496 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/74608 Tested-by: Shahbaz Youssefi <syoussefi@google.com> Commit-Queue: Shahbaz Youssefi <syoussefi@google.com> Reviewed-by: Shahbaz Youssefi <syoussefi@google.com> Kokoro-Result: kokoro <noreply+kokoro@google.com> Tested-by: David Neto <dneto@google.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt index 22ebba1..35003b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.22.1) project(SwiftShader C CXX ASM)