commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/08: CMake: Update required minimum versi


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/08: CMake: Update required minimum version to 2.8.12
Date: Sat, 28 Nov 2015 21:28:40 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next-qt5
in repository gnuradio.

commit 63f32078b8e4c47dd3bafcabc8dfae113119f8cf
Author: Paul Cercueil <address@hidden>
Date:   Tue Sep 29 13:57:13 2015 +0200

    CMake: Update required minimum version to 2.8.12
    
    This is required to use the Qt5-specific macros.
    
    Signed-off-by: Paul Cercueil <address@hidden>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 754e513..44cab6a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
 ########################################################################
 # Project setup
 ########################################################################
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 2.8.12)
 project(gnuradio CXX C)
 enable_testing()
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]