From 613253a59e8da30ffa71bdee3453dce48730ac76 Mon Sep 17 00:00:00 2001 From: David Thorpe Date: Sat, 7 Jan 2023 19:48:14 +0100 Subject: [PATCH] Reverted --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5233459..7e49dce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.18) +cmake_minimum_required (VERSION 3.0) project(whisper.cpp VERSION 1.0.4)