airspy / airspyone_host

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

Fix cmake warning regarding module name #79

Closed johanhedin closed 3 years ago

johanhedin commented 3 years ago

cmake 3.19 prints a warning if variables set from a "find module" does not follow the normal pattern, i.e. a find module named FindUSB1.cmake is assumed to set variables that begin with USB1_*. This patch renames the module to be consistent with the names of the variables set from inside it.