Skip to content

Commit

Permalink
Require cmake >= 3.0.2 so that CMP0043 policy specification makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Oct 21, 2015
1 parent 8bf0850 commit af58b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit af58b0d

Please sign in to comment.