Closed willcode closed 1 year ago
@guruofquality @ncorgan Any comments on this one?
@guruofquality @ncorgan Any comments on this one?
my worry is that many time package config files arent present and PC_LIBAIRSPYHF_VERSION wont be set.
I think letting cmake check for airspyhf_set_hf_att
with https://cmake.org/cmake/help/latest/module/CheckFunctionExists.html with check_function_exists
to set HASGAINS
may be more robust
@guruofquality changed to use check_function_exists
.
nice thanks
Fixes #24