1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 19:44:12 -04:00

Require cmake >= 3.0.2 so that CMP0043 policy specification makes sense

This commit is contained in:
f4exb
2015-10-22 01:37:14 +02:00
parent 8bf08500bf
commit af58b0d48d
+1 -1
View File
@@ -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)