bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
445 stars 129 forks source link

Fixed erroneous include dir variable #17

Closed jmcorgan closed 12 years ago

jmcorgan commented 12 years ago

FindGnuradioCore was only working if GNU Radio was installed in typical paths, since the pkg-config variable was wrong.

This was fixed in GNU Radio HOWTO a while back.

bistromath commented 12 years ago

Excellent, thanks!