blob: 19692cbf215e6f82b9a7d39d27a0571cc465e37f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 04d5c45..8316999 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.10)
project(ad9361 C)
set(LIBAD9361_VERSION_MAJOR 0)
diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt
index 74d6a12..4049c23 100644
--- a/bindings/python/CMakeLists.txt
+++ b/bindings/python/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.87)
+cmake_minimum_required(VERSION 3.10)
project(libad9361-py NONE)
if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
|