mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-08 14:15:07 +02:00
Closes: https://bugs.gentoo.org/952798 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
13 lines
388 B
Diff
13 lines
388 B
Diff
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)
|