]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
cmake : change min required version to 3.0 (#351)
authorGeorgi Gerganov <redacted>
Fri, 6 Jan 2023 17:23:56 +0000 (19:23 +0200)
committerGeorgi Gerganov <redacted>
Fri, 6 Jan 2023 17:25:28 +0000 (19:25 +0200)
We increase the min version only when want to use particular
functionality that is available in the newer version

CMakeLists.txt

index 50de9938ccb2289462ae3d0a9c9da82b54e17bc1..f0aac3a2b50091448ff73e47cdfe0b6c5aecae05 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.19)
+cmake_minimum_required (VERSION 3.0)
 
 project(whisper.cpp VERSION 1.0.4)