From af58b0d48df76c1026d98b2ade8aed5bace484b9 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 22 Oct 2015 01:37:14 +0200 Subject: [PATCH] Require cmake >= 3.0.2 so that CMP0043 policy specification makes sense --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a3da3ffd..6341bed64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.9) +cmake_minimum_required(VERSION 3.0.2) cmake_policy(SET CMP0043 OLD) option(V4L-RTL "Use Linux Kernel RTL-SDR Source." OFF)