freedv-gui/cmake/Ebur128_CMake.patch

21 lines
650 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ff8baea..3140d57 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
project(libebur128 C)
option(BUILD_SHARED_LIBS
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 6ffbf17..8eed09d 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.10)
set(ENABLE_TESTS OFF CACHE BOOL "Build test binaries, needs libsndfile")
set(ENABLE_FUZZER OFF CACHE BOOL "Build fuzzer binary")