airspy / airspyone_host

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

Set cmake_minimum_required as range #95

Open johanhedin opened 8 months ago

johanhedin commented 8 months ago

Recent cmake warns that compatibility for older versions will be removed in the future. Since libairspy cmake work just fine with cmake 3.27, setting the minimum required version as a range silences the warning.