From: Georgi Gerganov Date: Fri, 6 Jan 2023 17:23:56 +0000 (+0200) Subject: cmake : change min required version to 3.0 (#351) X-Git-Tag: upstream/1.7.4~1646 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6042c7a3be3e7dbdbc181635f69a245f277f9e5f;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 50de9938..f0aac3a2 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)