From 44d38022ab29a3156349602733b3459df5beef93 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 15 Apr 2023 20:12:24 +0200 Subject: Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" This reverts commit 1ef4c3c859728008cf707cad8d67f45ae5070ae1. Two buildbots still haven't been updated. --- 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