forked from extern/whisper.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
This commit is contained in:
parent
6b351bb669
commit
6042c7a3be
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required (VERSION 3.19)
|
||||
cmake_minimum_required (VERSION 3.0)
|
||||
|
||||
project(whisper.cpp VERSION 1.0.4)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user