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
This commit is contained in:
Georgi Gerganov 2023-01-06 19:23:56 +02:00
parent 6b351bb669
commit 6042c7a3be
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.19)
cmake_minimum_required (VERSION 3.0)
project(whisper.cpp VERSION 1.0.4)