airspy / airspyone_host

AirSpy's usemode driver and associated tools
http://airspy.com
245 stars 88 forks source link

Fix cmake_minimum_required to avoid warnings #80

Closed johanhedin closed 3 years ago

johanhedin commented 3 years ago

cmake 3.19 warns about dropped compatibility for cmake less than 2.8.12 in the future. This patch sets the minimum required version to what's stated in README.md to avoid the warning.