mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-03-16 19:20:11 +00:00
bring back cmake3
This commit is contained in:
@@ -406,10 +406,10 @@ get_pkgconfig_version() {
|
||||
pkg-config --modversion "${pkg}"
|
||||
}
|
||||
|
||||
using_cmake_4() {
|
||||
using_cmake3() {
|
||||
local cmakeVersion
|
||||
IFS=$' \t' read -r _ _ cmakeVersion <<<"$(command cmake --version)"
|
||||
line_starts_with "${cmakeVersion}" 4
|
||||
line_starts_with "${cmakeVersion}" 3
|
||||
}
|
||||
|
||||
have_req_meson_version() {
|
||||
|
||||
Reference in New Issue
Block a user