From 6042c7a3be3e7dbdbc181635f69a245f277f9e5f Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 6 Jan 2023 19:23:56 +0200 Subject: [PATCH] cmake : change min required version to 3.0 (#351) We increase the min version only when want to use particular functionality that is available in the newer version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50de993..f0aac3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.19) +cmake_minimum_required (VERSION 3.0) project(whisper.cpp VERSION 1.0.4)