mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Require cmake >= 3.0.2 so that CMP0043 policy specification makes sense
This commit is contained in:
parent
8bf08500bf
commit
af58b0d48d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user