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
pull/343/merge
Georgi Gerganov 1 year ago
parent 6b351bb669
commit 6042c7a3be
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

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

Loading…
Cancel
Save