mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-18 06:48:08 +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:
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required (VERSION 3.19)
|
||||
cmake_minimum_required (VERSION 3.0)
|
||||
|
||||
project(whisper.cpp VERSION 1.0.4)
|
||||
|
||||
|
Reference in New Issue
Block a user