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
438 stars 126 forks source link

Strange lines in toplevel CmakeLists.txt #107

Closed wkazubski closed 4 years ago

wkazubski commented 4 years ago

Toplevel CmakeLists.txt contains following lines: ... set(GR_INCLUDE_DIR include/foo) set(GR_CMAKE_DIR ${CMAKE_MODULES_DIR}/foo) ... probably gr-air-modes should be here.

bistromath commented 4 years ago

Fixed, thanks for letting me know. Does it build and run for you? The current master has very limited testing right now.