29 lines
853 B
Diff
29 lines
853 B
Diff
|
From b0f4ebcf6d656c829747dded592e182144098d42 Mon Sep 17 00:00:00 2001
|
||
|
From: Paul Cercueil <paul.cercueil@analog.com>
|
||
|
Date: Tue, 29 Sep 2015 13:57:13 +0200
|
||
|
Subject: [PATCH 01/22] CMake: Update required minimum version to 2.8.12
|
||
|
|
||
|
This is required to use the Qt5-specific macros.
|
||
|
|
||
|
Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
|
||
|
---
|
||
|
CMakeLists.txt | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 59e3c886c4..ae6c1e1d49 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -27,7 +27,7 @@
|
||
|
########################################################################
|
||
|
# Make sure this version matches ${GR_CMAKE_MIN_VERSION} (a variable can't be
|
||
|
# used here).
|
||
|
-cmake_minimum_required(VERSION 2.6)
|
||
|
+cmake_minimum_required(VERSION 2.8.12)
|
||
|
project(gnuradio CXX C)
|
||
|
enable_testing()
|
||
|
|
||
|
--
|
||
|
2.11.0
|
||
|
|