From d0398d3593ba030db83b888370f8f0f3025c296e Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 18 Mar 2023 20:32:43 +0100 Subject: Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" This reverts commit a72165e5df59032cdd54dcb18155f2630d73abd1. Some buildbots have not been updated yet. --- llvm-libgcc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm-libgcc') diff --git a/llvm-libgcc/CMakeLists.txt b/llvm-libgcc/CMakeLists.txt index de42d908c371..91c40bbf1cf3 100644 --- a/llvm-libgcc/CMakeLists.txt +++ b/llvm-libgcc/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20.0) +cmake_minimum_required(VERSION 3.13.4) if (NOT IS_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/../libunwind") message(FATAL_ERROR "llvm-libgcc requires being built in a monorepo layout with libunwind available") -- cgit v1.2.1