mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-20 09:06:18 +00:00
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…
x
Reference in New Issue
Block a user