From 2b0396809eab6f70fccf3a67c73202dd26773570 Mon Sep 17 00:00:00 2001 From: John Greb Date: Fri, 12 Jun 2015 07:13:53 +0100 Subject: [PATCH] CMAKE_BACKWARDS_COMPATIBILITY --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7486057e..593c9db7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 2.8.9) +cmake_policy(SET CMP0043 OLD) option(V4L-RTL "Use Linux Kernel RTL-SDR Source." OFF) option(V4L-MSI "Use Linux Kernel MSI2500 Source." OFF)