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. --- libclc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libclc') diff --git a/libclc/CMakeLists.txt b/libclc/CMakeLists.txt index 1e273d45f50e..89f08b889ea1 100644 --- a/libclc/CMakeLists.txt +++ b/libclc/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20.0) +cmake_minimum_required(VERSION 3.13.4) project( libclc VERSION 0.2.0 LANGUAGES CXX C) -- cgit v1.2.1